exml 0.7.2

Pure Rust XML library based on libxml2
Documentation
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<n0:local xmlns:n0="foo://bar" xmlns:n3="ftp://example.org">
    <n1:elem2 xmlns:n1="http://example.net" xml:lang="en">
	<n3:stuff xmlns:n3="ftp://example.org"/>
    </n1:elem2>
</n0:local>