exml 0.7.2

Pure Rust XML library based on libxml2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
./test/errors/attr4.xml:1: parser error : invalid character in attribute value
<ROOT attr="XY"/>
              ^
./test/errors/attr4.xml:1: parser error : attributes construct error
<ROOT attr="XY"/>
              ^
./test/errors/attr4.xml:1: parser error : Couldn't find end of Start Tag ROOT line 1
<ROOT attr="XY"/>
              ^
./test/errors/attr4.xml:1: parser error : Extra content at the end of the document
<ROOT attr="XY"/>
              ^