Gosselin, Michael wrote:
...
I received this error:
...
[ERROR] javax.xml.transform.TransformerConfigurationException:
javax.xml.transfo
rm.TransformerException: java.io.UTFDataFormatException: Invalid byte 1 of
1-byte UTF-8 sequence.

Now, my syntax editor seems to think the XSL is fine, so it does get
annoying to get this error.

The problem is the encoding of the file AthenaFormat.xsl, not the syntax. Xmllint reports the same problem:
AthenaFormat.xsl:44: parser error : Input is not proper UTF-8, ...
Bytes: 0x99 0x2C 0x20 0x75
                                        <fo:block font-size="6pt"
text-align="left">Report generated by RightReport

Check whether your editor actually saves the file in UTF-8.

J.Pietschmann

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to