Skip to content

0.1.0

Compare
Choose a tag to compare
@jmdavis jmdavis released this 10 Feb 20:14
· 86 commits to master since this release

This is the first release of dxml. For now, all it contains is a range-based StAX parser and related helper functions, but a DOM parser is planned along with two writers - one which is essentially the writer equivalent of a StAX parser and one which is DOM-based.

  • dxml.parser.stax is a new module. It contains a range-based StAX parser.

  • dxml.util is a new module. It contains helper functions not specific to a parser.