Hello,

i've one problem with the Xerces Parser. After parsing a XML document all
empty elements are rewritten in a short format. For e.g. original
<value></value> after parsing <value/>.

Is there any way to disabled it or any method to convert it back?

The problem is when i try to put some text in this format <value/>, then the
parser didn't found the node in the xml document, but when the format is
"<value></value>" then it's all the parser found the node and can put the
text.

Thank you for your help.

Best Regards,

Sebastian Schmidt


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

Reply via email to