55 lines
1.7 KiB
XML
55 lines
1.7 KiB
XML
<?xml version= "1.0"?>
|
|
<rdf:RDF
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:enc="http://purl.oclc.org/net/rss_2.0/enc#"
|
|
xmlns="http://purl.org/rss/1.0/">
|
|
|
|
<channel rdf:about="http://www.xul.fr/xml/news.rdf">
|
|
<title>Title of the feed</title>
|
|
<link>http://www.xul.fr</link>
|
|
<description>
|
|
Topic of the feed.
|
|
</description>
|
|
<items>
|
|
<rdf:Seq>
|
|
<rdf:li rdf:resource="http://www.xul.fr/feed/RSS-1.0.html" />
|
|
<rdf:li rdf:resource="http://www.xul.fr/en-xml-rss.html" />
|
|
</rdf:Seq>
|
|
</items>
|
|
<image rdf:resource="http://www.xul.fr/logo.gif" />
|
|
<textinput rdf:resource="http://www.xul.fr/chercher.php" />
|
|
</channel>
|
|
|
|
<image rdf:about="http://www.xul.fr/logo.gif">
|
|
<title>Ajax et XUL</title>
|
|
<link>http://www.xul.fr</link>
|
|
<url>http://www.xul.fr/logo.gif</url>
|
|
</image>
|
|
|
|
<item rdf:about="http://www.xul.fr/feed/RSS-1.0.html">
|
|
<title>RSS 1.0</title>
|
|
<link>http://www.xul.fr/feed/RSS-1.0.html</link>
|
|
<description>
|
|
Building and using an RSS 1.0 feed.
|
|
</description>
|
|
<enc:enclosure rdf:resource="http://foo.bar/baz.mp3" enc:type="audio/mpeg" enc:length="65535"/>
|
|
</item>
|
|
|
|
<item rdf:about="http://www.xul.fr/en-xml-rss.html">
|
|
<title>RSS 2.0 tutoriel</title>
|
|
<link>http://www.xul.fr/en-xml-rss.html</link>
|
|
<description>
|
|
Building and using an RSS 2.0 feed.
|
|
</description>
|
|
<enc:enclosure rdf:resource="http://foo.bar/baz.mp3" enc:type="audio/mpeg" enc:length="65535"/>
|
|
</item>
|
|
|
|
<textinput rdf:about="http://www.xul.fr/search.php">
|
|
<title>Research</title>
|
|
<description>search on xul.fr</description>
|
|
<name>myfield</name>
|
|
<link>http://www.xul.fr/search.php</link>
|
|
</textinput>
|
|
|
|
</rdf:RDF>
|