exml 0.7.2

Pure Rust XML library based on libxml2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/ > a > Object is a Node Set :
Set contains 1 nodes:
1  ELEMENT a
    default namespace href=bar
a > a > Object is a Node Set :
Set contains 2 nodes:
1  ELEMENT a
    default namespace href=bar
2  ELEMENT b
a > <?xml version="1.0"?>
<a xmlns="bar"><b/></a>
a >