Rahul wrote:
Hi,

             I am trying to parse a buffer which I read it from file.
Sometimes Xerces is giving below error:

An exception occurred! Type:UnexpectedEOFException

Do anybody knows about this problem?
That error indicates that the parser encountered the end of the input stream before it encountered the end of the markup in the XML document. Perhaps your code that reads the XML file into the buffer has a bug.

Dave
  • Problem Rahul
    • Re: Problem David Bertoni

Reply via email to