That's it

thanks Dave!

Alexis

Dave Flanagan wrote:

If it were me - I would consider looking inside your class that implements
the ContentHandler class
and make sure that you are accumulating the possibly muliptle calls
to the characters() method to ensure that ALL of the character content is
being
collected properly inside your method.
Remember that the parser may be calling the characters() method
several times for the conent of a single element and that it is up to your
code
to collect it all properly.



----- Original Message ----- From: "Charles Hudak" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 23, 2003 12:54 PM
Subject: RE: Problems with big files





it's not a problem of sintaxis, coding or anything like that because a
copy the problematic rows into another xml file (smaller) and works!


That doesn't mean that there is no problem with YOUR code, just that YOUR
code works for smaller files. Anytime someone says that it isn't their


code,


chances are that that is the first place to look.

-----Original Message-----
From: Alexis [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 23, 2003 09:41
To: [EMAIL PROTECTED]
Subject: Re: Problems with big files


i forget to admit that i try

xerces 2.4.0
xerces 2.5.0
with the same results in fact changes the problematic rows but the
problem remains



Gary Gregory wrote:



Try a current release of Xerces at least, 2.5.0.

Also note that if you want to override the 1.4 supplied XML parser you
must use the 1.4 "endorsed" mechanism.

Gary



-----Original Message-----
From: Alexis [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 23, 2003 07:15
To: [EMAIL PROTECTED]
Subject: Problems with big files

Hi
(first post, be pacient please)

We're trying to parse a big xml file (about 175 MB)
The xml it's a database table, the problem is that reads wrong some
fields for example

in xml
<DDFECH_INGSI>2003-07-21</DDFECH_INGSI>

it reads
0003-07-21

or worse
null


So i believe that the problem is the big (it's really big?) size of


the


file.

Anyone?

ApokaleXsyS


btw

jdk 1.4.1
xerces 1.4.4





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



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

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







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







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



Reply via email to