roxmltree 0.6.0

Represent an XML as a read-only tree.
Documentation
1
2
3
4
<!DOCTYPE test [
    <!ENTITY b 'Some&#x20;text'>
]>
<p>&b;</p>