- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Fri, 04 Jul 2008 12:23:20 -0700
- To: Bert Bos <bert@w3.org>
- CC: Eira Monstad <eiram@opera.com>, public-css-testsuite@w3.org
Bert Bos wrote: > > I don't know how well the converter deals with invalid XML, but as far > as I know it's not actually validating, so an attribute that is invalid > but well-formed probably survives. Right. > Or the converter could remove the CDATA section, the same way it already > does for HTML. (Or almost the same way: for HTML, it is enough to > remove the "<![CDATA[" and "]]>", for XHTML it would also have to > escape any <, > and &.) The converter parses the XHTML source file into a document tree and prints output based on that. Whether the source file used CDATA or escapes is inconsequential. ~fantasai
Received on Friday, 4 July 2008 19:24:02 UTC