- Oct 25, 2024
- Sep 20, 2024
-
-
Daniel Hillier authored
-
- Sep 14, 2024
-
-
Daniel Hillier authored
-
Daniel Hillier authored
-
- Aug 25, 2024
-
-
Daniel Hillier authored
-
Daniel Hillier authored
This encapsulates access to elementtree's private _namespace_map in case that changes in the future
-
Daniel Hillier authored
-
Daniel Hillier authored
-
Daniel Hillier authored
-
Daniel Hillier authored
This is no longer required now the nsetree code has been removed
-
Daniel Hillier authored
These were only needed to support the nsetree subclasses and are no longer required now that code has been removed.
-
Daniel Hillier authored
This code implemented a TreeBuilder and Element that stored the namespace prefix -> uri mapping from the source document on the Element, similar to lxml. It also allowed a nsmap to be provided to the Element subclass. The nsmap defined on the element were used in serialisation.
-
- Aug 19, 2024
-
-
Daniel Hillier authored
Includes a compatability helper in xmlfile to be compatible with lxml's style of using None for default namespaces.
-
Daniel Hillier authored
This became apparent after fixing an issue in the tests where the wrong serialization method in was used (always the compat serializer in some tests).
-
- Aug 18, 2024
-
-
Daniel Hillier authored
-
Daniel Hillier authored
This makes it easier to make incremental writers that may want to pass new namespaces to and have them declared on the element regardless of whether it has already been declared or may not be needed on _that_ element.
-
- Aug 17, 2024
-
-
Daniel Hillier authored
-
- Aug 16, 2024
-
-
CharlieC authored
-
CharlieC authored
-
CharlieC authored
-
CharlieC authored
-
CharlieC authored
-
CharlieC authored
-
Daniel Hillier authored
-
Daniel Hillier authored
-
- Aug 15, 2024
-
-
Daniel Hillier authored
-