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]

UTF-8


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

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