Sample XML File for XPath Tree Model
Topics in this section use this file.
XML File (booksxpath.xml)
<?xml version="1.0" ?> <!DOCTYPE books [ <!ENTITY oumlaut "&#246;"> ]> <?xml-stylesheet type="text/xsl" href="catalog.xsl" ?> <books catdate="2000-12-31"> <book catnum="id2345"> <title>Jambing on the Trixles</title> <!-- Are we sure this guy's name is spelled right??? --> <author>Randall, Tristan</author> </book> <book catnum="id7823"> <title>For Love of a Toothpick</title> <author>Frey, Jöaut;rg</author> </book> </books> <!-- Reviewed by Catalog Department 2000-12-30 09:11:16 -->