Re: [xsl] SAXON and UTF-8

Subject: Re: [xsl] SAXON and UTF-8
From: Goetz Bock <bock@xxxxxxxxxxx>
Date: Thu, 27 Sep 2001 16:19:01 +0200
On Thu, Sep 27 '01 at 15:47, Julian Reschke wrote:
> But then maybe it's the missing support for UTF-8 Byte Order Marks?
UTF-8 does not feature a Byte Order Mark, only UTF-16 does.

An xml file must either start with an BOM, than it is UTF-16, or <?
than it's what ever encoding is defines. Note that all characters in
the xml decleration:

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>

must be ASCII 7bit (what AFAIK is the same for all Unicode encodings).

BTW: The original author already noted, that the error is 1477 bytes 
     into the docukent. So this  mail is just to fight the FUD.
     
-- 
Goetz Bock                                              IT Consultant
Dipl.-Inf. Univ.

Attachment: pgp00002.pgp
Description: PGP signature

Current Thread