> I meant that you have to escape ']]>' outside of CDATA sections, in
> regular character data. (i.e. <element>]]&gt;</element> ).
> 
> [14]    CharData    ::=    [^<&]* - ([^<&]* ']]>' [^<&]*)


This is probably how I discovered the bug. I had a <[CDATA[]]> as an element 
content. And when not excaping the ">" of that CDATA tag, the serialized XML is 
invalid!

But still nobody lost any word if it is possible to escape further characters 
(for example the [] brackets) when serializing a XML document? Do I have to 
implement an own serializer then or is there any other way? Thanks for any 
(short) information about this.

- Zeljko

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to