Skip to content

Instantly share code, notes, and snippets.

@dalelane
Created May 13, 2023 20:32
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 dalelane/d5cc393d9dc8119f2d47085899382926 to your computer and use it in GitHub Desktop.
Save dalelane/d5cc393d9dc8119f2d47085899382926 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<x:books xmlns:x="urn:books">
<book id="bk001">
<author>Writer</author>
<title>The First Book</title>
<genre>Fiction</genre>
<price>44.95</price>
<pub_date>2000-10-01</pub_date>
<review>An amazing story of nothing.</review>
</book>
<book id="bk002">
<author>Poet</author>
<title>The Poet's First Poem</title>
<genre>Poem</genre>
<price>24.95</price>
<review>Least poetic poems.</review>
</book>
</x:books>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment