Memento RSS / RDF

Table des matières :

Version 0.91

  • channel
    • title
    • link
    • description
    • language
  • item (n)
    • title
    • link
    • description

Version 1.0

<?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet href="xxx.css" type="text/css"?> <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:hr="http://www.w3.org/2000/08/w3c-synd/#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/"> <channel rdf:about="http://..."> <title>...</title> <description>...</description> <link>http://...</link> <dc:date>2003-07-03T22:44:59Z</dc:date> <items> <rdf:Seq> <rdf:li rdf:resource="http://..."/> <rdf:li rdf:resource="http://..."/> <rdf:li rdf:resource="http://..."/> </rdf:Seq> </items> </channel> <item rdf:about="http://..."> <title>...</title> <description>...</description> <link>http://...</link> <dc:date>2003-07-01</dc:date> </item> </rdf:RDF>


Article extrait du site Loribel.com.
https://loribel.com/info/memento/rss.html