Login   Register  
PHP Classes
elePHPant
Icontem

File: channels.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Manuel Lemos  >  RSS Writer class  >  channels.xml  >  Download  
File: channels.xml
Role: Sample output
Content type: text/plain
Description: RSS document output generated by the example script.
Class: RSS Writer class
XML-RSS feed generator for content syndication.
Author: By
Last change: Updated to the output of the latest version of the example script.
Date: 2006-08-30 00:06
Size: 2,150 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="http://www.phpclasses.org/rss1html.xsl"?>
<!-- Generated by: http://www.phpclasses.org/rsswriter $Revision: 1.11 $ -->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
 <channel rdf:about="http://www.phpclasses.org/channels.xml">
  <description>Repository of components and other resources for PHP developers</description>
  <link>http://www.phpclasses.org/</link>
  <title>PHP Classes repository</title>
  <dc:date>2002-05-06T00:00:00Z</dc:date>
  <image rdf:resource="http://www.phpclasses.org/graphics/logo.gif"/>
  <items>
   <rdf:Seq>
    <rdf:li rdf:resource="http://www.phpclasses.org/browse/latest/latest.xml"/>
    <rdf:li rdf:resource="http://www.phpclasses.org/reviews/latest/latest.xml"/>
   </rdf:Seq>
  </items>
  <textinput rdf:resource="http://www.phpclasses.org/search.html?go_search=1"/>
 </channel>
 <image rdf:about="http://www.phpclasses.org/graphics/logo.gif">
  <url>http://www.phpclasses.org/graphics/logo.gif</url>
  <link>http://www.phpclasses.org/</link>
  <title>PHP Classes repository logo</title>
  <description>Repository of components and other resources for PHP developers</description>
 </image>
 <item rdf:about="http://www.phpclasses.org/browse/latest/latest.xml">
  <description>Latest components made available</description>
  <link>http://www.phpclasses.org/browse/latest/latest.xml</link>
  <title>Latest class entries</title>
  <dc:date>2002-05-06T00:00:00Z</dc:date>
 </item>
 <item rdf:about="http://www.phpclasses.org/reviews/latest/latest.xml">
  <description>Latest book reviews released</description>
  <link>http://www.phpclasses.org/reviews/latest/latest.xml</link>
  <title>Latest reviews</title>
  <dc:date>2002-05-06T00:00:00Z</dc:date>
 </item>
 <textinput rdf:about="http://www.phpclasses.org/search.html?go_search=1">
  <name>words</name>
  <link>http://www.phpclasses.org/search.html?go_search=1</link>
  <title>Search for:</title>
  <description>Search in the PHP Classes repository</description>
 </textinput>
</rdf:RDF>