Advertisement
vonhellsing

socorro

Mar 30th, 2013
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.55 KB | None | 0 0
  1. ######## Code original
  2.  
  3. <rss version="2.0">
  4. <channel>
  5. <title>UOL Internacional</title>
  6. <description>RSS DirectPoint</description>
  7. <link/>
  8. <language>pt-br</language>
  9. <item>
  10. <title>
  11. <![CDATA[ Internacional ]]>
  12. </title>
  13. <description>
  14. <![CDATA[
  15. Corpo de primeira vítima de deslizamento que deixou 83 trabalhadores soterrados é encontrado no Tibete
  16. ]]>
  17. </description>
  18. <linkfoto>
  19. http://imguol.com/2013/03/30/30mar2013---equipe-de-resgate-procura-por-sobreviventes-no-local-onde-83-trabalhadores-de-uma-mina-no-tibete-foram-soterrados-por-um-deslizamento-de-terra-na-sexta-feira-29-segundo-a-agencia-de-1364641492245_1024x768.jpg
  20. </linkfoto>
  21. <creditfoto>
  22. <![CDATA[ China Daily/Reuters ]]>
  23. </creditfoto>
  24. <pubdate>30/03/2013</pubdate>
  25. </item>
  26. </channel>
  27. </rss>
  28.  
  29. ############# Código que tem que exibir no meu rss
  30.  
  31. <rss version="2.0">
  32. <channel>
  33. <title>UOL Internacional</title>
  34. <description>RSS DirectPoint</description>
  35. <link/>
  36. <language>pt-br</language>
  37. <item>
  38. <title>
  39. <![CDATA[ Internacional ]]>
  40. </title>
  41. <description>
  42. <![CDATA[Corpo de primeira vítima de deslizamento que deixou 83 trabalhadores soterrados é encontrado no Tibete
  43. ]]></description>
  44. <enclosure url="http://imguol.com/2013/03/30/30mar2013---equipe-de-resgate-procura-por-sobreviventes-no-local-onde-83-trabalhadores-de-uma-mina-no-tibete-foram-soterrados-por-um-deslizamento-de-terra-na-sexta-feira-29-segundo-a-agencia-de-1364641492245_1024x768.jpg">
  45. <creditfoto>
  46. <![CDATA[ China Daily/Reuters ]]>
  47. </creditfoto>
  48. <pubdate>30/03/2013</pubdate>
  49. </item>
  50. </channel>
  51. </rss>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement