Skip to content

Instantly share code, notes, and snippets.

@conoro
Created May 28, 2011 19:08
Show Gist options
  • Save conoro/997126 to your computer and use it in GitHub Desktop.
Save conoro/997126 to your computer and use it in GitHub Desktop.
XML Test GIST
<review>
<id>1234567</id>
<item>Item Name</item>
<itemurl>http://music.loudermusic.net/item.html</itemurl>
<rating>5</rating>
<summary>Here is the summary (escaped html)</summary>
<description>Here is the description (escaped html)</description>
<dtreviewed>2006-09-19T13:33:00</dtreviewed>
<url>http://www.loudervoice.com/reviews/1234567/</url>
<positive_count>5</positive_count>
<negative_count>5</negative_count>
<user>
<id>111</id>
<name>display name</name>
<username>reviewer111</username>
</user>
<comment_count>0</comment_count>
<tags>
<tag>
<name>test</name>
<url>http://www.loudervoice.com/tags/test</url>
</tag>
<tag>
<name>tag%20with%20spaces</name>
<url>http://www.loudervoice.com/tags/tag%20with%20spaces</url>
</tag>
</tags>
</review>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment