<<
Feed::Parser::RSS::RDF
This supports Netscape RSS 0.90 and RSS 1.0.
The RDF namespace:
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
The Netscape RSS 0.90 namespace:
xmlns="http://my.netscape.com/rdf/simple/0.9/"
The RSS 1.0 namespace:
xmlns="http://purl.org/rss/1.0/"
- RDF
- channel
- Attributes: rdf:about
- See "CHANNEL ELEMENTS" for elements that the channel element can contain.
- image
- Attributes: rdf:about
- title
- link
- url
- textinput
- Attributes: rdf:about
- title
- description
- name
- link
- item
- Attributes: rdf:about
- See "ITEM ELEMENTS" for elements that the item element can contain.
- title
- link
- description
- image
- Attributes: rdf:resource
- textinput
- Attributes: rdf:resource
- items
- rdf:Seq
- rdf:li
- Attributes: rdf:resource
- title
- link
- description
Specified in: http://web.resource.org/rss/1.0/spec
<<