nom-xml 0.3.0

A Rust Crate for parsing XML.
Documentation
1
2
3
4
5
<!DOCTYPE doc [
<!ENTITY % e "<!ELEMENT doc (#PCDATA)>">
%e;
]>
<doc></doc>