xsl-list
[Top] [All Lists]

Re: [xsl] Resolving TransformerException: An invalid XML character (Unicode: 0x0) was found

2006-05-26 08:12:05
         Is there a way to resolve the following exception other than
changing the src cml file.

No, your input file is not XML so can't be processed by any XML tool
unless it is changed. This isn't an XSL restriction, it's an XML one.

That's assuming there is a Uniocde character 0 in the file.

The other possibility is that your file is in utf16 but the parser is
misconfigured and reading it as utf8 or latin1 or some other 8bit
encoding, in which case every other character will appear to be 0.

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>