Re: [xsl] Problem with encoding UTF-8

Subject: Re: [xsl] Problem with encoding UTF-8
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: 15 Dec 2004 17:29:38 +0000
>>>>> "Geert" == Geert Josten <Geert.Josten@xxxxxxxxxxx> writes:

    Geert> hex mode and look whether it starts with the sequence EF BB
    Geert> BF. If so, you have a UTF-8 BOM in your file. You have to
    Geert> get rid of it, or switch to Saxon (or something else?)..

The presence of a UTF-8 BOM affects only the parsing - not the XSLT
processor.

In fact, I cam across just this problem using Saxon 8.1.1 on my Linux
system, so switching to Saxon might not be a cure.
The XML parser was ... whatever happens to be the JAXP default on my
system (I don't know).
-- 
Colin Paul Adams
Preston Lancashire

Current Thread