Re: [xmlblaster] bug or feature ?

2003-12-02 Thread Juergen Prinz
I asked out of curiosity. Internally , we use a combination of CDATA and '\000' etc. > Jürgen Prinz wrote: > > The result of MessageUnit.toXml may not be a well-formed Xml-Document, > > if the content includes characters as '<' or \000. > > The C++ MessageUnit.toXml() and Java MsgUnit.toXml()

Re: [xmlblaster] bug or feature ?

2003-11-30 Thread Marcel Ruff
Jürgen Prinz wrote: The result of MessageUnit.toXml may not be a well-formed Xml-Document, if the content includes characters as '<' or \000. The C++ MessageUnit.toXml() and Java MsgUnit.toXml() methods are mainly for logging. They are not used operational. The Java variant uses a CDATA section:

[xmlblaster] bug or feature ?

2003-11-28 Thread Jürgen Prinz
The result of MessageUnit.toXml may not be a well-formed Xml-Document, if the content includes characters as '<' or \000. Are there "official" routines for encryption / decryption ? Out of curiosity J. Prinz