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]

RE: XSLT throws some unicode errors!!


> "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


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