In an effort to improve our documentation, Shivani suggested adding a commented XDM representation for a sample XML document on our website. Till suggested the document include all the different types of elements that can be in a XML document (attribute, comments, etc.). Here is a suggested XML document:
<?xml version="1.0"?>
<catelog>
<book "title"="007">
<!--top secret-->
<foo>bar</foo>
<?hide?>
</book>
</catelog>
Does this provide enough variety to make a complete example?
