xrust 2.0.3

Support for XPath and XSLT
Documentation
1
2
3
4
5
6
7
8
9
<!DOCTYPE root [
<!ELEMENT root ANY>
<!ELEMENT foo ANY>
<!ELEMENT bar ANY>
<!ELEMENT is ANY>
<!ENTITY root SYSTEM "ext01.ent">
<!ENTITY null SYSTEM "null.ent">
]>
<root> &root; &root; &null; &null; </root>