PHP Classes

File: atom.xml

Recommend this page to a friend!
  Classes of David Passey   Zend EPS Feed Writer   atom.xml   Download  
File: atom.xml
Role: Sample output
Content type: text/plain
Description: Sample Atom outfput file
Class: Zend EPS Feed Writer
Generate XML for RSS 2.0 or Atom feeds
Author: By
Last change:
Date: 11 years ago
Size: 1,576 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"> <title type="text">Everett Public Schools</title> <subtitle type="text">Import Log Feed Example</subtitle> <logo>http://plondar/images/folder_open.gif</logo> <updated>2012-06-05T09:10:02-07:00</updated> <generator uri="http://framework.zend.com" version="1.11.11">Zend_Feed_Writer</generator> <link rel="self" type="application/atom+xml" href="http://vector/feeds/tr.xml"/> <id>http://vector/feeds/tr.xml</id> <author> <name>Otto Mated, IST Operations</name> <email>automated@everettsd.org</email> </author> <rights>2012, Everett Public Schools</rights> <entry xmlns:xhtml="http://www.w3.org/1999/xhtml"> <title type="html"><![CDATA[The first entry]]></title> <summary type="html"><![CDATA[The is the short description of this entry.]]></summary> <published>2012-06-05T09:10:02-07:00</published> <updated>2012-06-05T09:10:02-07:00</updated> <link rel="alternate" type="text/html" href="http://vector/feeds/xml/9x7odzf62b.xml"/> <id>http://vector/feeds/xml/9x7odzf62b.xml</id> <author> <name>David Passey</name> <email>dpassey@everettsd.org</email> </author> <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml"> <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml">This is the long description of the entry. Both descriptions can also contain some HTML. </xhtml:div> </content> <category term="php" label="PHP Classes" scheme="http://www.phpclasses.org"/> </entry> </feed>