[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Invalid byte 2 of 2-byte UTF-8 sequence exception while transforming


Subject: Re: [xsl] Invalid byte 2 of 2-byte UTF-8 sequence exception while transforming
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Fri, 2 Feb 2007 10:26:18 +0000

On 2/2/07, Pankaj Bishnoi <pankaj.bishnoi@xxxxxxxxxxx> wrote:
HI All
         I am using Xalan2.7.0 for transformation. I am getting a
"MalformedByteSequenceException:: Invalid byte 2 of 2-byte UTF-8 sequence"
exception while transforming a xml file. The encoding defined in input xml
is ISO-8859-1.  Complete stack trace is :::
javax.xml.transform.TransformerException:
org.apache.xerces.impl.io.MalformedByteSequenceException: Invalid byte 2 of
2-byte UTF-8 sequence.

It's because the encoding in the prolog (UTF-8) doesn't match the real encoding of the file. Fix whatever wrote the file to disk to write it in the correct encoding, or adjust the prolog manually to reflect the real encoding.

cheers
andrew


Current Thread
Keywords
xml