xmltree 0.12.0

Parse an XML file into a simple tree-like structure
Documentation
1
2
3
4
5
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<names>
    <name first="bob" last="jones" />
    <name first="elizabeth" last="smith" />
</names>