Changelog for dxml 0.1.0
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.