Skip to content

Instantly share code, notes, and snippets.

@sirolad
Created March 22, 2017 20:14
Show Gist options
  • Save sirolad/cb88870945373442a78a4e5cb84d82ff to your computer and use it in GitHub Desktop.
Save sirolad/cb88870945373442a78a4e5cb84d82ff to your computer and use it in GitHub Desktop.
Sample Well-formed Xml file
<?xml version="1.0" encoding="UTF-8"?>
<catalog>
<buildtime>2002-05-30T09:30:10.5</buildtime>
<book id="bk101">
<author>Gambardella, Matthew</author>
<title>XML Developer's Guide</title>
<genre>Computer</genre>
<price>44.95</price>
<publish_date>2000-10-01</publish_date>
<description>An in-depth look at creating applications
with XML.</description>
</book>
<book id="bk102">
<author>Ralls, Kim</author>
<title>Midnight Rain</title>
<genre>Fantasy</genre>
<price>5.95</price>
<publish_date>2000-12-16</publish_date>
<description>A former architect battles corporate zombies,
an evil sorceress, and her own childhood to become queen
of the world.</description>
</book>
</catalog>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment