roxmltree 0.6.0

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