Subject: RE: XSLT throws some unicode errors!!
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 25 Jul 2001 18:20:15 +0100
|
> "XSLT Error
> (javax.xml.transform.TransformerConfigurationException): An invalid
> XML character (Unicode: 0xa8) was found in the element
> content of the document."
>
Your input is probably in iso-8859-1 rather than Unicode.
Add <?xml version="1.0" encoding="iso-8859-1"?> to the start of the file.
Mike Kay
Software AG
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|