
|
Introduction XML Tree is a fast XML parser that parses an XML file into a tree structure like the DOM (Document Object Model). Once built, the nodes of the tree (elements and text from the XML file) can be traversed by a user-defined visitor function. There's a comparison to other XML parsers and modules.
|