exml 0.7.2

Pure Rust XML library based on libxml2
Documentation
1
2
3
4
5
6
7
8
9
<!DOCTYPE doc [
<!ENTITY test1 "test 1">
<!ENTITY test2 "test 2">
]>
<doc>
   <Content>Reten&#231;&#227;o</Content>
   <Content>&lt;&gt;</Content>
   <Content>&test1;&test2;</Content>
</doc>