This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: SAXON Fatal Error UTF-8 sequence (character code: 0x63)


It means your file is in a non-UTF-8 encoding (probably iso-8859-1) but it
doesn't contain an XML declaration that says so. Add an XML declaration
specifying the correct encoding and all should be well.

Mike Kay

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of
> Mike Ferrando
> Sent: 20 December 2001 19:59
> To: xsl-list@lists.mulberrytech.com
> Subject: [xsl] SAXON Fatal Error UTF-8 sequence (character code: 0x63)
>
>
> Friends,
> I have been doing just fine using Saxon to parse my xml documents.
> But now I am getting an wierd error. (below) Can anyone tell me how I
> can fix this?
>
> Mike F.
>
>
> C:\WORKSHOP\BATCH>c:\workshop\saxoninstant\saxon.exe -w0 -o
> ..\documents\Edison
> -INStst.html ..\documents\Edison-INStst.xml
> ..\shared\styles\Myxmltools10.xsl  "
> filename=Edison-INStst"
> Fatal error reported by XML parser: bad continuation of multi-byte
> UTF-8 sequenc
> e (character code: 0x63)
>   URL:    file:/C:/WORKSHOP/documents/Edison-INStst.xml
>   Line:   -1
>   Column: 33064
> Error
>   org.xml.sax.SAXParseException: bad continuation of multi-byte UTF-8
> sequence (
> character code: 0x63)
> Transformation failed
>
> C:\WORKSHOP\BATCH>pause
> Press any key to continue . . .
> UTF-8 sequence (character code: 0x63)
>
>
> __________________________________________________
> Do You Yahoo!?
> Check out Yahoo! Shopping and Yahoo! Auctions for all of
> your unique holiday gifts! Buy at http://shopping.yahoo.com
> or bid at http://auctions.yahoo.com
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]