- From: Sandro Hawke <sandro@w3.org>
- Date: Mon, 23 Jun 2003 11:56:37 -0400
- To: Karl Dubost <karl@w3.org>
- cc: Dan Connolly <connolly@w3.org>, www-archive+n3bugs@w3.org
> I have tried a simple transformation and I wonder if it's a cwm
> problem or if I can't do what I'm trying to do.
>
> Let say in a RSS feed we have this item.
>
> <item rdf:about="http://www.la-grange.net/2003/06/21.html#standard">
> <title>Carnet : Rencontre Standard Web</title>
> <description><![CDATA[<p xmlns="http://www.w3.org/1999/xhtml">Dommage,
> je
> ne serais en France que du <a href="/karl#ailleurs" shape="rect">26
> juillet au 9
> août</a>. Vous pouvez pas renouveler l'expérience quand je serais là.</p>]]>
> </description>
> <link>http://standblog.com/index.php?p=93112877&c=1</link>
> <dc:subject>Web, standard</dc:subject>
> <dc:date>2003-06-21</dc:date>
> </item>
Is that really how you're supposed to do markup in RSS? I would
have expected either
[1] <description><p ...
or
[2] <description rdf:parsetype="Literal"><p ...
Not that I'd expect either of those to work very well in cwm right
now, although for different reasons.
I think [1] should be the correct way to do things, but by the current
specs [2] is the best, I suspect. Quoting the markup seems iffy. Is
quoting-the-markup what deployed the RSS tools expect?
-- sandro
Received on Monday, 23 June 2003 11:56:52 UTC