UTF-8

Subject: UTF-8
From: Jakub Malý <Jakub.Maly@xxxxxxxxxx>
Date: Tue, 28 Nov 2000 12:27:23 +0100
Hi,

I'm usin XSL Editor from IBM and I have this problem.
I have for example stylesheet looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform/1.0";>

<xsl:template match="/">
<html>
 <body>
  something &#160; dfsdf
 </body>
</html>

</xsl:template>
</xsl:stylesheet>

Now, if I run Execute Transform, everything's all right. But if start Trace, the following error will be raise:

There is a problem processing your input.
The best help we are able to give right now is this:
com.lotus.xsl.XSLProcessorException
com.lotus.xsl.XSLProcessorException: Invalid UTF-8 code. (bytes: 0xffffffa0 0x20)

I don't know what will be bad, so I want to ask for help.

Thanks,

regards,

Jakub.



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


Current Thread
  • UTF-8
    • Jakub Malý - Tue, 28 Nov 2000 12:27:23 +0100 <=