RE: [xsl] output encoding problem (can't get UTF-8)

Subject: RE: [xsl] output encoding problem (can't get UTF-8)
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 5 Aug 2005 22:17:10 +0100
> Well that looks good... I can't understand why my transform
> totally messes
> up E D V.
> E is transformed to %C3%83%E2%80%A6 for some reason, and so on.

Only in a URI-valued attribute such as href, I would think. URIs are
required to contain ASCII characters only, and non-ASCII characters are
escaped by turning them into UTF8, and then encoding each UTF8 octet in hex
as %HH.

Michael Kay
http://www.saxonica.com/

Current Thread