TestGetInfoResult.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Error response returned for a GetInfo request
  4. http://api.technorati.com/getinfo?key=VALID_API_KEY&username=weppos
  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 `weblog` 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 /getinfo" -->
  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. <username>weppos</username>
  17. <firstname>Simone</firstname>
  18. <lastname>Carletti</lastname>
  19. </result>
  20. <item>
  21. <weblog>
  22. <name> coComment -</name>
  23. <url>http://www.cocomment.com/comments/weppos</url>
  24. <rssurl>http://cocomment.com/myrss2/weppos.rss</rssurl>
  25. <inboundblogs>2</inboundblogs>
  26. <inboundlinks>2</inboundlinks>
  27. <lastupdate>2007-09-18 07:58:43 GMT</lastupdate>
  28. <rank>2929077</rank>
  29. <lat>0.0</lat>
  30. <lon>0.0</lon>
  31. </weblog>
  32. </item>
  33. <item>
  34. <weblog>
  35. <name>RSS World - Un mondo dedicato al formato RSS, Atom e Blog</name>
  36. <url>http://www.rss-world.info</url>
  37. <description>Dedicato ai formati RSS e Atom propone informazioni, articoli e risorse sul linguaggio con approfondimenti su blog e podcast.</description>
  38. <rssurl>http://www.rss-world.info/feed/risorse.xml</rssurl>
  39. <atomurl>http://www.rss-world.info/feed/news.xml</atomurl>
  40. <inboundblogs>121</inboundblogs>
  41. <inboundlinks>285</inboundlinks>
  42. <lastupdate>2006-11-03 14:08:11 GMT</lastupdate>
  43. <rank>64696</rank>
  44. <lat>0.0</lat>
  45. <lon>0.0</lon>
  46. <lang>26230</lang>
  47. </weblog>
  48. </item>
  49. </document>
  50. </tapi>