removed CDATA tags; added xml encoding parameters, instead

This commit is contained in:
Tobi Schäfer 2002-11-28 13:42:18 +00:00
parent d3766c5ced
commit 578ae4537b
7 changed files with 31 additions and 31 deletions

View file

@ -7,12 +7,12 @@
xmlns="http://purl.org/rss/1.0/" xmlns="http://purl.org/rss/1.0/"
> >
<channel rdf:about="<% this.url encode="xml" %>"> <channel rdf:about="<% this.url encoding="xml" %>">
<title><% param.title %> Sites</title> <title><% param.title encoding="xml" %> Sites</title>
<link><% this.url encode="xml" %></link> <link><% this.url encoding="xml" %></link>
<description>Recently updated <% param.title %> sites ordered by date</description> <description>Recently updated <% param.title %> sites ordered by date</description>
<dc:publisher><% param.title %></dc:publisher> <dc:publisher><% param.title encoding="xml" %></dc:publisher>
<dc:creator><% param.title %> (mailto:<% param.email %>)</dc:creator> <dc:creator><% param.title encoding="xml" %> (mailto:<% param.email %>)</dc:creator>
<dc:date><% param.lastupdate %></dc:date> <dc:date><% param.lastupdate %></dc:date>
<dc:language>en</dc:language> <dc:language>en</dc:language>
<sy:updatePeriod>hourly</sy:updatePeriod> <sy:updatePeriod>hourly</sy:updatePeriod>

View file

@ -8,11 +8,11 @@
> >
<channel rdf:about="<% this.url %>"> <channel rdf:about="<% this.url %>">
<title><![CDATA[<% this.title %>]]></title> <title><% this.title encoding="xml" %></title>
<link><% this.url %></link> <link><% this.url %></link>
<description><![CDATA[<% this.tagline %>]]></description> <description><% this.tagline encoding="xml" %></description>
<dc:publisher><![CDATA[<% param.title %>]]></dc:publisher> <dc:publisher><% param.title encoding="xml" %></dc:publisher>
<dc:creator><![CDATA[<% param.creator %> (mailto:<% param.email %>)]]></dc:creator> <dc:creator><% param.creator encoding="xml" %> (mailto:<% param.email encoding="xml" %>)</dc:creator>
<dc:date><% param.lastupdate %></dc:date> <dc:date><% param.lastupdate %></dc:date>
<dc:language>en</dc:language> <dc:language>en</dc:language>
<sy:updatePeriod>hourly</sy:updatePeriod> <sy:updatePeriod>hourly</sy:updatePeriod>

View file

@ -1,9 +1,9 @@
<item rdf:about="<% this.url encode="xml" %>"> <item rdf:about="<% this.url encoding="xml" %>">
<title><![CDATA[<% param.title %>]]></title> <title><% param.title encoding="xml" %></title>
<link><% this.url encode="xml" %></link> <link><% this.url encoding="xml" %></link>
<description><![CDATA[<% param.date %><% this.tagline encode="xml" prefix=" &#150; " %>]]></description> <description><% param.date %><% this.tagline encoding="xml" prefix=" &#150; " %></description>
<dc:publisher><![CDATA[<% param.publisher %>]]></dc:publisher> <dc:publisher><% param.publisher encoding="xml" %></dc:publisher>
<dc:creator><![CDATA[<% param.creator %> (mailto:<% param.email %>)]]></dc:creator> <dc:creator><% param.creator encoding="xml" %> (mailto:<% param.email encoding="xml" %>)</dc:creator>
<dc:rights><![CDATA[Copyright &#169; <% param.year %> <% param.creator %>]]></dc:rights> <dc:rights>Copyright &#169; <% param.year %> <% param.creator encoding="xml" %>%></dc:rights>
<dc:date><% param.isodate %></dc:date> <dc:date><% param.isodate %></dc:date>
</item> </item>

View file

@ -1 +1 @@
<rdf:li rdf:resource="<% this.url encode="xml" %>" /> <rdf:li rdf:resource="<% this.url encoding="xml" %>" />

View file

@ -1,10 +1,10 @@
<item rdf:about="<% param.url %>"> <item rdf:about="<% param.url %>">
<title><![CDATA[<% param.title %>]]></title> <title><% param.title encoding="xml" %></title>
<link><% param.url %></link> <link><% param.url %></link>
<% param.text prefix="<description><![CDATA[" suffix="]]></description>" %> <% param.text prefix="<description>" suffix="</description>" encoding="xml" %>
<dc:publisher><![CDATA[<% param.publisher %>]]></dc:publisher> <dc:publisher><% param.publisher encoding="xml" %></dc:publisher>
<dc:creator><![CDATA[<% param.creator %> (mailto:<% param.email %>)]]></dc:creator> <dc:creator><% param.creator encoding="xml" %> (mailto:<% param.email encoding="xml" %>)</dc:creator>
<% param.subject prefix="<dc:subject><![CDATA[" suffix="]]></dc:subject>" %> <% param.subject prefix="<dc:subject>" suffix="</dc:subject>" encoding="xml" %>
<dc:rights><![CDATA[Copyright &#169; <% param.year %> <% param.creator %>]]></dc:rights> <dc:rights>Copyright &#169; <% param.year %> <% param.creator %></dc:rights>
<dc:date><% param.date %></dc:date> <dc:date><% param.date %></dc:date>
</item> </item>

View file

@ -1 +1 @@
<rdf:li rdf:resource="<% this.url encode="xml" %>" /> <rdf:li rdf:resource="<% this.url encoding="xml" %>" />