[
Lists Home |
Date Index |
Thread Index
]
On Fri, Dec 23, 2005 at 04:06:53PM -0800, thewade wrote:
> I am trying to make an RSS feed with a couple of additional tags and
> additional namespaces as allowed by the document.
Your DTD does not allow the xmlns:aprox attribute -- delcare it
as CDATA #IMPLIED on the channel element, and similarly for the
xmlns:html attribute.
However, in practice with RSS, you can't put markup inside the
description element -- instead, you need to escape it, e.g. with
a CDATA section or with numeric character references or entities --
instead of <html:a href="xxxx"> use <a href="xxx">
Yes, this is sucky almost beyond belief.
Liam
--
Liam Quin, W3C XML Activity Lead, http://www.w3.org/People/Quin/
Liam (Ankh) on the Web: http://www.holoweb.net/~liam/
Pictures and Words from Old Books: http://fromoldbooks.org/
Internet Relay Chat Programs Reviewed: http://www.ircreviews.org/
|