Advertisement
Guest User

test.xml

a guest
Oct 28th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.51 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <rss xmlns:g="http://base.google.com/ns/1.0" version="2.0">
  3.     <xml>
  4.         <head>
  5.             <title>Test Xml File</title>
  6.             <description>This will test my xml reader</description>
  7.         </head>
  8.         <body>
  9.             <item>
  10.                 <g:id>1QBX23</g:id>
  11.                 <g:title>Example Title</g:title>
  12.                 <g:description>Example Description</g:description>
  13.             </item>
  14.             <item>
  15.                 <g:id>2QXB32</g:id>
  16.                 <g:title>Example Title</g:title>
  17.                 <g:description>Example Description</g:description>
  18.             </item>
  19.         </body>
  20.     </xml>
  21. </rss>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement