Skip to content

Instantly share code, notes, and snippets.

@raewrites
Last active March 27, 2018 00:42
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 raewrites/44b0fcbdea58616796701d0d2fb1f1fc to your computer and use it in GitHub Desktop.
Save raewrites/44b0fcbdea58616796701d0d2fb1f1fc to your computer and use it in GitHub Desktop.
XML Document Example
<bookstore>
<book category="fantasy">
<title lang="en">Oathbringer</title>
<author>Brandon Sanderson</author>
<year>2017</year>
<price>21.00</price>
</book>
<book category="cyberpunk">
<title lang="en">Ready Player One</title>
<author>Ernest Cline</author>
<year>2005</year>
<price>10.00</price>
</book>
</bookstore>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment