Could you please post the chunk of code you are using to parse the XML.
_ Bindul
On 3/22/06, C. Balakrishnan <
[EMAIL PROTECTED]> wrote:
Hi,
if we have parse the xml using SAX in jdk1.5 environment, it has some problem
for example
<employeeid>
<empid>1001</empid>
<empid>1002</empid>
</employeeid>
if we parse the above xml file using SAX in jdk1.5 environment , it gives
frollowing output.
output
1001
100
during the parsing , misses the last digit of 2.
If we have parse the XML using SAX in jdk1.4 environment, it is working fine.
what is the problem in jdk1.5
please help
bala
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
