roxmltree 0.6.0

Represent an XML as a read-only tree.
Documentation
1
2
3
4
5
6
7
8
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<!-- comment1 -->
<root>
    <!-- comment2 -->
    <?target value?>
    <item/>
    text
</root>