|
Kurs RSS 2.0 z przykładami
[Start]
• [wszystkie elementy/atrybuty]
[A]
[C]
[D]
[E]
[G]
[H]
[I]
[L]
[M]
[N]
[P]
[R]
[S]
[T]
[U]
[V]
[W]
[X]
Struktura pełnego standardu RSS 2.0:
<?xml version="1.0" encoding="iso-8859-2"?>
<rss version="2.0">
<channel>
<title></title>
<description></description>
<link></link>
<image>
<url></url>
<title></title>
<link></link>
<width></width>
<height></height>
<description></description>
</image>
<pubDate></pubDate>
<language></language>
<copyright></copyright>
<managingEditor></managingEditor>
<webMaster></webMaster>
<lastBuildDate></lastBuildDate>
<category domain=""></category>
<generator></generator>
<docs></docs>
<cloud domain="" port="" path="" registerProcedure="" protocol="" />
<ttl></ttl>
<rating></rating>
<textInput>
<title></title>
<description></description>
<name></name>
<link></link>
</textInput>
<skipHours>
<hour></hour>
</skipHours>
<skipDays>
<day></day>
</skipDays>
<item>
<title></title>
<description></description>
<link></link>
<pubDate></pubDate>
<author></author>
<category domain=""></category>
<comments></comments>
<enclosure url="" length="" type="" />
<guid isPermaLink=""></guid>
<source url=""></source>
</item>
</channel>
</rss>
|