xrust 2.1.0

Support for XPath and XSLT
Documentation
1
2
3
4
5
6
7
8
<!DOCTYPE root [
    <!ELEMENT root EMPTY>
    <!ATTLIST root
	req CDATA #REQUIRED
	>
]>

<root req="foo"/>