Hi Andy,

> I had a hunt around and found a bug report about using CDATA with kid 
> (http://www.kid-templating.org/trac/ticket/99) but the comments there 
> seemed to indicate there was no need to include a CDATA section at all - 
> if that's the case, can anybody suggest an alternate way to implement 
> <content:encoded> tags?

I think that was already the correct answer: You don't need the CDATA 
keyword in the output because Kid already escapes the data for you.

Try to display the feed with the <content:encoded> tags as created by 
Kid (i.e. without CDATA; but with the <'s converted  to &lt;'s), it 
should show up in the same way as with CDATA and the <'s unescaped.

-- Chris

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kid-template-discuss mailing list
kid-template-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kid-template-discuss

Reply via email to