<<

NAME

Feed::Parser::RSS::RDF

DESCRIPTION

This supports Netscape RSS 0.90 and RSS 1.0.

NAMESPACE

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/"

ELEMENTS

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.

CHANNEL ELEMENTS

title

link

description

image

Attributes: rdf:resource

textinput

Attributes: rdf:resource

items

rdf:Seq

rdf:li

Attributes: rdf:resource

ITEM ELEMENTS

title

link

description

SEE ALSO

Specified in: http://web.resource.org/rss/1.0/spec

COPYRIGHT

<<