exml 0.7.2

Pure Rust XML library based on libxml2
Documentation
1
2
3
4
5
6
7
8
<!DOCTYPE foo [
<!ELEMENT foo (root*)>
<!ELEMENT root EMPTY>
<!ENTITY utf16b SYSTEM "dtds/utf16b.ent">
<!ENTITY utf16l SYSTEM "dtds/utf16l.ent">
]>

<foo> &utf16b; &utf16l; </foo>