Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.99 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <feed xmlns="http://www.w3.org/2005/Atom">
  4.  
  5.     <title>Example Feed</title>
  6.     <subtitle>A subtitle.</subtitle>
  7.     <link href="http://example.org/feed/" rel="self" />
  8.     <link href="http://example.org/" />
  9.     <id>urn:uuid:60a76c80-d399-11d9-b91C-0003939e0af6</id>
  10.     <updated>2003-12-13T18:30:02Z</updated>
  11.  
  12.  
  13.     <entry>
  14.         <title>Atom-Powered Robots Run Amok</title>
  15.         <link href="http://example.org/2003/12/13/atom03" />
  16.         <link rel="alternate" type="text/html" href="http://example.org/2003/12/13/atom03.html"/>
  17.         <link rel="edit" href="http://example.org/2003/12/13/atom03/edit"/>
  18.         <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
  19.         <updated>2003-12-13T18:30:02Z</updated>
  20.         <summary>Some text.</summary>
  21.         <content type="xhtml">
  22.             <div xmlns="http://www.w3.org/1999/xhtml">
  23.                 <p>This is the entry content.</p>
  24.             </div>
  25.         </content>
  26.         <author>
  27.             <name>John Doe</name>
  28.             <email>johndoe@example.com</email>
  29.         </author>
  30.     </entry>
  31.  
  32. </feed>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement