home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / test.rss < prev    next >
Encoding:
Extensible Markup Language  |  2004-03-24  |  995 b   |  46 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!-- This is a test file for XML_RSS. -->
  4.  
  5. <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://my.netscape.com/rdf/simple/0.9/">
  6.  
  7. <channel>
  8.  <title>Test</title>
  9.  <link>http://pear.php.net/</link>
  10.  <description>This is a test channel for XML_RSS</description>
  11. </channel>
  12.  
  13. <image>
  14.  <title>PEAR</title>
  15.  <url>http://pear.php.net/gifs/pearsmall.gif</url>
  16.  <link>http://pear.php.net/</link>
  17. </image>
  18.  
  19. <item>
  20.  <title>PHP homepage</title>
  21.  <link>http://php.net/</link>
  22. </item>
  23.  
  24. <item>
  25.  <title>PEAR homepage</title>
  26.  <link>http://pear.php.net/</link>
  27. </item>
  28.  
  29. <item>
  30.  <title>PHP-GTK homepage</title>
  31.  <link>http://gtk.php.net/</link>
  32. </item>
  33.  
  34. <item>
  35.  <title>PHP QA homepage</title>
  36.  <link>http://qa.php.net/</link>
  37. </item>
  38.  
  39. <textinput>
  40.  <title>Search Slashdot</title>
  41.  <description>Search Slashdot stories</description>
  42.  <name>query</name>
  43.  <link>http://slashdot.org/search.pl</link>
  44. </textinput>
  45.  
  46. </rdf:RDF>