PHP Classes

File: Abs_Xml_Rss/AbsAtomReader10/xml/atom_1.xml

Recommend this page to a friend!
  Classes of Costin Trifan   Abs_Xml_Rss   Abs_Xml_Rss/AbsAtomReader10/xml/atom_1.xml   Download  
File: Abs_Xml_Rss/AbsAtomReader10/xml/atom_1.xml
Role: Auxiliary data
Content type: text/plain
Description: Example of an ATOM 1.0 xml file
Class: Abs_Xml_Rss
Read and write RSS and Atom feeds
Author: By
Last change:
Date: 15 years ago
Size: 1,028 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <title>ATOM 1.0 Example Feed</title> <subtitle>ATOM 1.0 Example Feed - Subtitle</subtitle> <updated>2005-09-02T18:30:02Z</updated> <link href="#" rel="self" /> <author> <name>John Doe</name> <email>john-doe@mail.somewhere</email> </author> <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id> <entry> <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> <title>Entry 1</title> <link href="#" /> <updated>2005-09-02T18:30:02Z</updated> <summary>Some text.</summary> </entry> <entry> <id>urn:uuid:8eb00d01-d632-40d4-8861-f2ed613f2c30</id> <title>Entry 2</title> <link href="#" /> <updated>2005-09-01T12:15:00Z</updated> <summary>Some more text</summary> </entry> <entry> <id>urn:uuid:8eb00d01-d632-40d4-8861-f2ed613f2c30</id> <title>Entry 3</title> <link href="#" /> <updated>2005-09-01T12:15:00Z</updated> <summary>More more text</summary> </entry> </feed>