[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CDATA sections in W3C XML Infoset
- From: "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
- To: rgl@decisionsoft.com
- Date: Wed, 28 Mar 2001 22:47:10 +0200
> While I admit that CDATA sections are just syntactic sugar, there
> isn't any way to tell a DOM to automatically convert all its CDATA
> sections to text nodes other than physically looping through the tree
> and converting them yourself.
I'd take that as meaning that the DOM does not conform to the Infoset
spec. Accordingly, the DOM is what needs to be changed, not Infoset.
Regards,
Martin