roxmltree 0.6.0

Represent an XML as a read-only tree.
Documentation
1
2
3
4
5
<!DOCTYPE test [
    <!ENTITY q 'b'>
    <!ENTITY p '<p a="&q;"/>'>
]>
<root>&p;</root>