nom-xml 0.3.0

A Rust Crate for parsing XML.
Documentation
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<root-element>
  <person>
    <name first="John" middle="Michael" last="Doe"/>
  </person>
</root-element>