[XML-SIG] Thought it was a bug, maybe XML is weirder than I thought
Martin v. Loewis
martin@loewis.home.cs.tu-berlin.de
Mon, 2 Oct 2000 00:05:50 +0200
> Does all this seem right to people?
I can't see a problem here. AFAIK, <![CDATA[<markup test>]]> is really
equivalent to <markup test> from an XML point of view.
You did not say exactly how this reading or writing was achieved (SAX,
DOM, something else). Whatever procedure was used to write this, I
guess it should be possible to change it so that Text nodes (in the
DOM sense) come out as CDATA sections - if that is really a
requirement.
Regards,
Martin