Thanks for the reply. I'll try that.
-Original Message-
From: Joseph Kesselman [mailto:[EMAIL PROTECTED]
Sent: Friday, May 02, 2003 12:22 PM
To: [EMAIL PROTECTED]
Subject: Re: xerces not parsing elements correctly
This sounds like the standard SAX mistake of forgetting that
This sounds like the standard SAX mistake of forgetting that text may be
delivered as multiple calls to characters() rather than just one, due to
parser buffering issues. It's the SAX application's responsibility to deal
with that in some appropriate way, most often by reassembling the data in
I am using xerces to parse an xml file containing the element:
uid=admin,ou=Administrators,ou=TopologyManagement,o=NetscapeRoot
But, the parser is deleting some characters while parsing
the string and I get this:
uid=admin,ou=Administrators,ou=ologyManagement,o=NetscapeRoot
Noti