| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- Error response returned for a GetInfo request
- http://api.technorati.com/getinfo?key=VALID_API_KEY&username=weppos
-
- Be aware that some test cases underlined how sometimes Technorati
- doesn't take care of its DTD.
- For instance, in the following response `weblog` node is invalid
- according to current DTD declaration.
-
- See http://framework.zend.com/issues/browse/ZF-2203
- -->
- <!-- generator="Technorati API version 1.0 /getinfo" -->
- <!DOCTYPE tapi PUBLIC "-//Technorati, Inc.//DTD TAPI 0.02//EN" "http://api.technorati.com/dtd/tapi-002.xml">
- <tapi version="1.0">
- <document>
- <result>
- <username>weppos</username>
- <firstname>Simone</firstname>
- <lastname>Carletti</lastname>
- </result>
- <item>
- <weblog>
- <name> coComment -</name>
- <url>http://www.cocomment.com/comments/weppos</url>
- <rssurl>http://cocomment.com/myrss2/weppos.rss</rssurl>
- <inboundblogs>2</inboundblogs>
- <inboundlinks>2</inboundlinks>
- <lastupdate>2007-09-18 07:58:43 GMT</lastupdate>
- <rank>2929077</rank>
- <lat>0.0</lat>
- <lon>0.0</lon>
- </weblog>
- </item>
- <item>
- <weblog>
- <name>RSS World - Un mondo dedicato al formato RSS, Atom e Blog</name>
- <url>http://www.rss-world.info</url>
- <description>Dedicato ai formati RSS e Atom propone informazioni, articoli e risorse sul linguaggio con approfondimenti su blog e podcast.</description>
- <rssurl>http://www.rss-world.info/feed/risorse.xml</rssurl>
- <atomurl>http://www.rss-world.info/feed/news.xml</atomurl>
- <inboundblogs>121</inboundblogs>
- <inboundlinks>285</inboundlinks>
- <lastupdate>2006-11-03 14:08:11 GMT</lastupdate>
- <rank>64696</rank>
- <lat>0.0</lat>
- <lon>0.0</lon>
- <lang>26230</lang>
- </weblog>
- </item>
- </document>
- </tapi>
|