Skip to content

Instantly share code, notes, and snippets.

@pchatterjee
Last active March 2, 2020 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pchatterjee/56b21d8c1f2b73b35ce4ca50de10f12e to your computer and use it in GitHub Desktop.
Save pchatterjee/56b21d8c1f2b73b35ce4ca50de10f12e to your computer and use it in GitHub Desktop.
<books>
<book id="5">
<title>Introduction to XQuery</title>
<description>A beginner's guide to XQuery that covers sequences and FLOWR expressions</description>
<type>softcover</type>
<sales-count>155</sales-count>
<price>19.95</price>
</book>
<book id="17">
<title>Document Transformations with XQuery</title>
<description>How to transform complex documents like DocBook, TEI and DITA</description>
<type>hardcover</type>
<sales-count>105</sales-count>
<price>59.95</price>
</book>
<book id="47">
<title>Moby Dick</title>
<author>Herman Melville</author>
<published-date>1851-01-01</published-date>
<price>$19.95</price>
<review>The adventures of the wandering sailor in pursuit of a
ferocious wale.</review>
</book>
<book id="48">
<title>The Great Gatsby</title>
<author>F. Scott Fitzgerald</author>
<published-date>1925-05-10</published-date>
<price>$29.95</price>
<review>Chronicles of an era during the roaring 1920s
when the US economy soared.</review>
</book>
<!-- ...more books here.... -->
</books>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment