Beispiel-Instanz

<?xml version="1.0" encoding="ISO-8859-1"?>
<bookstore> <book> <title lang="en">HarryPotter</title> <author>J.K. Rowling</author> <year>2005</year> <price>29.99</price> </book>
<book> <title lang="eng">Learning XML</title> <price>39.95</price> </book>
</bookstore>