xrust 2.1.0

Support for XPath and XSLT
Documentation
1
2
3
4
5
<!DOCTYPE root [
<!ELEMENT root (#PCDATA|root)*>
<!ELEMENT exception (#PCDATA)>
]>
<root>this is ok <exception>this isn't</exception> </root>