[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: invalid character (Unicode: 0xa0) in xsl docume

Subject: Re: invalid character (Unicode: 0xa0) in xsl document
From: "jackson" <jackson@xxxxxxxxxxx>
Date: Sat, 28 Apr 2001 23:33:44 +1000
java xml invalid character
Alan


> I'm processing an xsl file with the apache xalan 2 processor, and am
> getting the following error message when i run my application:
>
> javax.xml.transform.TransformerConfigurationException: An invalid XML
> character (Unicode: 0xa0) was found in the element content of the
> document.

Well, your document says it's UTF-8. I'm not an expert on Unicode
and related issues, but i think 0xa0, while it is Unicode, is not a possible
UTF-8 character.

The character 0xa0 is a non-breaking space. I don't know how
it might have got in your document (possibly from some HTML?),
but you could find it and get rid of it. Since it's white space, it's
not going to be obvious.

You could write a script to look for this character and change
it - say, to a normal space. You could also do it in your java
program i suppose, before parsing.

I suppose you could also turn 0xa0 into the UTF-8 equivalent
(i can't help you there). Java classes might be able to do it for
you - from what i remember (quite a while ago), there is a class
for writing to a UTF file?

David Jackson





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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.