Login   Register  
PHP Classes
elePHPant
Icontem

File: rss.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of David Passey  >  Zend EPS Feed Writer  >  rss.xml  >  Download  
File: rss.xml
Role: Sample output
Content type: text/plain
Description: RSS sample output file
Class: Zend EPS Feed Writer
Generate XML for RSS 2.0 or Atom feeds
Author: By
Last change: File name change.
Date: 2012-06-05 10:10
Size: 1,558 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <language>en</language>
    <title>Everett Public Schools</title>
    <description>Import Log Feed</description>
    <image>
      <url>http://plondar/images/folder_open.gif</url>
      <title>a logo</title>
      <link>http://www.ipassey.com</link>
      <description>my logo description</description>
    </image>
    <pubDate>Tue, 05 Jun 2012 06:21:26 -0700</pubDate>
    <generator>Zend_Feed_Writer 1.11.11 (http://framework.zend.com)</generator>
    <copyright>copyright 2012, Everett Public Schools</copyright>
    <atom:link rel="self" type="application/rss+xml" href="http://vector/feeds/tr.xml"/>
    <item>
      <title>The first entry</title>
      <description><![CDATA[The is the short description of this entry.]]></description>
      <pubDate>Tue, 05 Jun 2012 06:21:26 -0700</pubDate>
      <link>http://vector/feeds/xml/9x7odzf62b.xml</link>
      <guid>http://vector/feeds/xml/9x7odzf62b.xml</guid>
      <author>dpassey@everettsd.org (David Passey)</author>
      <category domain="http://www.phpclasses.org"><![CDATA[php]]></category>
      <dc:creator>David Passey</dc:creator>
      <content:encoded><![CDATA[This is the long description of the entry.  Both descriptions can also contain some HTML.]]></content:encoded>
    </item>
  <link>http://vector/feeds/tr.xml</link></channel>
</rss>