TestDailyCountsResultSet.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Successful response returned for a Dailycounts request
  4. http://api.technorati.com/dailycounts?key=VALID_API_KEY&q=google
  5. Be aware that some test cases underlined how sometimes Technorati
  6. doesn't take care of its DTD.
  7. For instance, in the following response `item` node is invalid
  8. according to current DTD declaration.
  9. See http://framework.zend.com/issues/browse/ZF-2203
  10. -->
  11. <!-- generator="Technorati API version 1.0" -->
  12. <!DOCTYPE tapi PUBLIC "-//Technorati, Inc.//DTD TAPI 0.02//EN" "http://api.technorati.com/dtd/tapi-002.xml">
  13. <tapi version="1.0">
  14. <document>
  15. <result>
  16. <queryterm>google</queryterm>
  17. <days>5</days>
  18. <searchurl>http://technorati.com/search/google</searchurl>
  19. </result>
  20. <items>
  21. <item>
  22. <date>2007-11-14</date>
  23. <count>29067</count>
  24. </item>
  25. <item>
  26. <date>2007-11-13</date>
  27. <count>54414</count>
  28. </item>
  29. <item>
  30. <date>2007-11-12</date>
  31. <count>62171</count>
  32. </item>
  33. <item>
  34. <date>2007-11-11</date>
  35. <count>43494</count>
  36. </item>
  37. <item>
  38. <date>2007-11-10</date>
  39. <count>29390</count>
  40. </item>
  41. </items>
  42. </document>
  43. </tapi>