RSS Atom v1
Smartsite 7.9 - ...
Example content
Example content of an RSS feed in Atom v1.0 format:
<feed
xmlns='http://www.w3.org/2005/Atom'
xmlns:georss='http://www.georss.org/georss'>
<id>http://geodata.nationaalgeoregister.nl/ahn2/atom/ahn2_gefilterd.xml</id>
<title type='text' xml:lang='nl'>Download Service van Actueel hoogtebestand Nederland</title>
<author>...</author>
<rights>http://creativecommons.org/publicdomain/zero/1.0/deed.nl</rights>
<updated>2012-06-12T00:00:00.000Z</updated>
<entry>
<id>g01cz1.laz.zip</id>
<title type='text' xml:lang='nl'>Download Service van Actueel hoogtebestand Nederland</title>
<content type='text'>Downloadgrootte: 82,1 MB</content>
<updated>2012-06-12T00:00:00.000Z</updated>
<link
href='http://geodata.nationaalgeoregister.nl/ahn2/extract/ahn2_gefilterd/g01cz1.laz.zip'
rel='alternate'
type='application/x-compressed'
hreflang='nl'
length='86110751'
/>
<link
href='http://geodata.nationaalgeoregister.nl/ahn2/extract/ahn2_gefilterd/g01cz1.laz.zip'
hreflang='nl'
/>
<rights>http://creativecommons.org/publicdomain/zero/1.0/deed.nl</rights>
<category term='http://www.opengis.net/def/crs/EPSG/0/28992' label='Amersfoort / RD New' />
<georss:polygon>50.6 3.1 50.6 7.3 53.7 7.3 53.7 3.1 50.6 3.1</georss:polygon>
</entry>
<entry>
...
</entry>
</feed>
Xml specification
The RSS feed provider requires the default namespace definition xmlns='http://www.w3.org/2005/Atom'.
It processes entry elements and child elements of entry elements:
- The link elements, to address the resource.
- The updated element, to detect that reindexing is required.
It ignores other child elements of entry elements.
Multiple link elements may be present. The provider selects one link according to the following logic:
- A link is preferred if the language of the addresses resource matches the language of the silo for which the document is intended. This uses an attribute such as hreflang='nl'.
- Within this choice a link is preferred over its alternate links: links having the attribute rel='alternate'.