RSS v1

Smartsite 7.9 - ...

Example content

Example content of an RSS feed v1:

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns="http://purl.org/rss/1.0/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    <channel rdf:about="http://www.ictvacaturemarkt.nl/rss.xml">
        ...
    </channel>
    <item rdf:about="http://www.ictvacaturemarkt.nl/ICT-baan/1246089/release-manager-it-sap-van-action/">
        <description>...</description>
        <link>http://www.ictvacaturemarkt.nl/ICT-baan/1246089/release-manager-it-sap-van-action/</link>
        <title>[full-time] Release Manager IT - SAP bij/via Action</title>
        <dc:date>2018-02-15 16:43:56</dc:date>
    </item>
    <item rdf:about="http://www.ictvacaturemarkt.nl/ICT-baan/1245405/software-tester-van-centric/">
        <description>...</description>
        <link>http://www.ictvacaturemarkt.nl/ICT-baan/1245405/software-tester-van-centric/</link>
        <title>[full-time] Software Tester bij/via Centric</title>
        <dc:date>2017-12-22 08:16:05</dc:date>
    </item>
</rdf:RDF>

Xml specification

The RSS feed provider ignores the Resource Description Framework (RDF) parts of the feed.

It requires the default namespace definition xmlns="http://purl.org/rss/1.0/".

It ignores the channel element.

It processes item elements and child elements of item elements:

  • The link element, to address the resource.
  • The dc:date element, to detect that reindexing is required.

It ignores other child elements of item elements.