Created
May 28, 2011 19:53
-
-
Save conoro/997159 to your computer and use it in GitHub Desktop.
Related Reviews
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<reviews> | |
<count>1</count> | |
<current_page>1</current_page> | |
<pages>1</pages> | |
<per_page>10</per_page> | |
<related_id>654321</related_id> | |
<review> | |
<id>1234567</id> | |
<item>Item Name</item> | |
<itemurl>http://example.com/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> | |
<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> | |
<review> | |
... | |
</review> | |
</reviews> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment