It looks to me like the row and column offset of the offending character
points to the character after your XML declaration.  You may need to look at
your source document with a binary editor to ensure that the byte(s) there
are valid Shift_JIS.

> -----Original Message-----
> From: Shelendra Singh [mailto:[EMAIL PROTECTED] 
> Sent: Friday, September 19, 2003 4:58 AM
> To: [EMAIL PROTECTED]
> Subject: Transcoding Exception: An invalid multi-byte source 
> text sequence was encountered at 1,43
> 
> 
> Hi,
> While trying to parse an XML File, encountered a error [description as
> below.]
> 
> Transcoding Exception: An invalid multi-byte source text sequence was
> encountered at 1,43
> 
> The first,second and third line of the file are
> 
> <?xml version="1.0" encoding="Shift_JIS"?>
> <!DOCTYPE Article[
> <!ELEMENT Article (Picture, HeadSection, ColumnSection, CapSection)>
> 
> Using Xerces C++ Sax parser to parse XML File.
> Pl provide me some information regarding the probable reasons to these
> errors.
> 
> regds.
> 
> 
> ---------------------------------------------------------------------
> 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