> xerces parses some files incorrectly, for some files it appends
> nodevalues into 1 node 
> 
> you can easily reproduce it by parsing the sample file and dumping the
> dom again to xml
> in the dumped xml look for "ie::/DEMET.DEMTRO30/DESADV/44005"
> 
> you will see that a little further there are about 20 nodevalues
> appended <<x5.xml>> 

Empty elements like <traceid3></traceid3> or elements with empty 
CDATA sections like <traceid3><![CDATA[]]></traceid3> will be serlaized 
as <traceid3/>. 

Hope this helps.

-Pavani
-- 

Pavani Mukthipudi
Sun Microsystems, Inc.

Phone: 080 - 2298989   Extn: 87390


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

Reply via email to