- 30 Nov, 2022 1 commit
-
-
Ladislav Lhotka authored
-
- 18 Nov, 2022 5 commits
-
-
Ladislav Lhotka authored
-
Ladislav Lhotka authored
-
Ladislav Lhotka authored
-
Ladislav Lhotka authored
-
Ladislav Lhotka authored
-
- 30 Oct, 2022 1 commit
-
-
Ladislav Lhotka authored
-
- 19 Aug, 2022 1 commit
-
-
Ladislav Lhotka authored
-
- 18 Aug, 2022 2 commits
-
-
Ladislav Lhotka authored
-
kwatsen authored
Previous logic assumes that `sn.type` exists before testing if `sn` is a TerminalNode. This PR wraps the existing logic with an `if isinstance(sn, TerminalNode)` condition. Also note that the `and sn.ns != self.value[1]` condition has been removed. Otherwise converted identityrefs produce an invalid XML document. FWIW, I was using the Jukebox example from RFC 8040. This is the identityref that wouldn't convert otherwise: "genre" : "example-jukebox:alternative" K.
-
- 10 Feb, 2022 1 commit
-
-
Ladislav Lhotka authored
-
- 04 Feb, 2022 6 commits
-
-
Ladislav Lhotka authored
-
Ladislav Lhotka authored
-
Ladislav Lhotka authored
-
Ladislav Lhotka authored
-
Ladislav Lhotka authored
-
Ladislav Lhotka authored
-
- 03 Feb, 2022 1 commit
-
-
Jonas Mårtensson authored
Make computation more efficient by generating the NodeSet based on a single dict comprehension instead of repeatedly calling the union method. Signed-off-by:
Jonas Mårtensson <jonas.martensson@ri.se>
-
- 19 Jan, 2022 2 commits
-
-
Ladislav Lhotka authored
-
Ladislav Lhotka authored
-
- 09 Dec, 2021 1 commit
-
-
Jonas Mårtensson authored
Computation is significantly faster if the path is stored as an object attribute the first time it is generated and just returned from this attribute for subsequent calls.
-
- 05 Oct, 2021 1 commit
-
-
Ladislav Lhotka authored
-
- 08 Sep, 2021 1 commit
-
-
Ladislav Lhotka authored
-
- 06 Aug, 2021 2 commits
-
-
Ladislav Lhotka authored
-
-
- 10 Jun, 2021 2 commits
-
-
Ladislav Lhotka authored
-
Ladislav Lhotka authored
-
- 18 May, 2021 4 commits
-
-
Ladislav Lhotka authored
-
Ladislav Lhotka authored
-
Ladislav Lhotka authored
-
Ladislav Lhotka authored
-
- 11 May, 2021 1 commit
-
-
Ladislav Lhotka authored
-
- 10 May, 2021 3 commits
-
-
Ladislav Lhotka authored
-
Ladislav Lhotka authored
-
- 24 Mar, 2021 2 commits
-
-
Ladislav Lhotka authored
-
Ladislav Lhotka authored
-
- 23 Mar, 2021 2 commits
-
-
Ladislav Lhotka authored
The documentation is now generated automatically for each tag via GitLab CI.
-
Ladislav Lhotka authored
-
- 22 Mar, 2021 1 commit
-
-
Ladislav Lhotka authored
-