Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created July 11, 2015 13:56
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 angelovstanton/d2a2188f345d06b3eff9 to your computer and use it in GitHub Desktop.
Save angelovstanton/d2a2188f345d06b3eff9 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<bookstore>
<book>
<title lang="en">Harry Potter</title>
<price>29.99</price>
</book>
<book>
<title lang="en">Learning XML</title>
<price>39.95</price>
</book>
</bookstore>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment