Skip to content

Instantly share code, notes, and snippets.

@afaqk9394
Created March 4, 2020 17:47
Show Gist options
  • Save afaqk9394/8e8edf86058deb47a716a4a83e87c20e to your computer and use it in GitHub Desktop.
Save afaqk9394/8e8edf86058deb47a716a4a83e87c20e to your computer and use it in GitHub Desktop.
<bookstore>
<book category="COOKING">
<title lang="en">Everyday Italian</title>
<author>Giada De Laurentiis</author>
<year>2005</year>
<price>30.00</price>
</book>
<book category="CHILDREN">
<title lang="en">Harry Potter</title>
<author>J K. Rowling</author>
<year>2005</year>
</price>29.99<price>
</book>
<book category="WEB">
<title lang="en">Learning XML</title>
<author>Erik T. Ray</author>
<year>2003</year>
<price>39.95</price>
</book>
</bookstore>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment