You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by David --- <da...@yahoo.fr> on 2004/03/02 22:42:30 UTC

SAX2XMLReader

Hi ,
Can anybody help with the sax parser ? I'm using the
SAX2XMLReader and when i parse the file i get:

Error at file 0x8077960, line 1, char 15
  Message: 0x8077918

Error at file 0x8078368, line 2, char 17
  Message: 0x8078320

Error at file 0x80784b8, line 2, char 25
  Message: 0x8078430

thanks,
david



	

	
		
Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! 
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! Messenger sur http://fr.messenger.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: SAX2XMLReader

Posted by Alberto Massari <am...@progress.com>.
At 22.42 02/03/2004 +0100, David --- wrote:
>Hi ,
>Can anybody help with the sax parser ? I'm using the
>SAX2XMLReader and when i parse the file i get:
>
>Error at file 0x8077960, line 1, char 15
>   Message: 0x8077918
>
>Error at file 0x8078368, line 2, char 17
>   Message: 0x8078320
>
>Error at file 0x80784b8, line 2, char 25
>   Message: 0x8078430

You are not transcoding the error messages from Unicode to ANSI; one you do 
that, you will have a chance to find out what is wrong in the XML file 
being parsed.

Alberto 



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org