OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: CDATA sections in W3C XML Infoset



> I think there should be a standard way to 
> normalize a DOM tree so that CDATASection 
> nodes disappear.

While I can see that value in this, I have a
question...

Given that the DOM allows adjacent Text nodes unless
normalise() is called, and CDATASection nodes extend 
the interfaces of Text, how would your processing
change if you just dealt with Text alone?