nom-xml 0.3.0

A Rust Crate for parsing XML.
Documentation
1
2
3
4
5
<?xml version="1.0"?>
<!DOCTYPE doc [
<!ELEMENT doc (#PCDATA)>
]>
<doc></doc>