Vipul Sagare wrote:
> I have an xml document with no dtd, no xslt. Just plain 1.0 and simple.
> I have implemented ContentHandler with startElement, endElement and
> characters method.  Parser does parse some data (about half odf the
> document) successfully and then it fails with null pointer exception.
> (xml document size is 33kb).
> 
> Is it because of some limit in character array?  Any pointers will
> greatly help.

I have no idea. Please tell us more information. For example:
what version of the parser, a small sample file, stack trace,
etc...

-- 
Andy Clark * [EMAIL PROTECTED]

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

Reply via email to