My guess is that the encoding for your document does not match the encoding
declaration in the xml declaration.  If your document has no encoding
declaration, the parser assumes UTF-8, which is probably incorrect.
Perhaps you document uses the very popular ISO-8859-1 encoding?

You could also parse your document through one of the sample applications,
or through another parser just to double-check.

Dave



                                                                                       
                       
                      Henrik Wendt                                                     
                       
                      <hwendt@premitec         To:      
"'[EMAIL PROTECTED]'"                       
                      h.dk>                    <[EMAIL PROTECTED]>           
                       
                                               cc:                                     
                       
                      02/13/2002 11:53         Subject: stlport and xerces             
                       
                      PM                                                               
                       
                      Please respond                                                   
                       
                      to xerces-c-dev                                                  
                       
                                                                                       
                       
                                                                                       
                       




Hi

I am trying to get xerces 1.6 on solaris 8 using gcc 2.95.3 to work
with my aplication and stlport (www.stlport.org) . The application is
working without
the stlport, but now it complains with an error:

Fatal Error in: PAttributes.dtd, line 1, char 1  Message: An exception
occured! Type:TranscodingException, Message:An invalid multi-byte source
text sequence was encountered

Has  anyone expirence with this?

Henrik Wendt
Premitech A/S
phone: 45 95 85 00 direct: 45 95 85 13

---------------------------------------------------------------------
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