Subject: Re: output to iso-8859-1 of non-iso characters, what is required action
From: "Colin Adams" <colinpauladams@xxxxxxxxxxxxxx>
Date: Wed, 7 May 2008 18:03:15 +0100
|
2008/5/7 Geert Josten <geert.josten@xxxxxxxxxxx>:
> Just a practical note, I have been working with encoding 'us-ascii' for
> years now. It outputs the characters within the 7-bit range as plain
> text and anything above as numeric character references. Most common
> parsers XSLT 1 are respecting this, though I am not sure what the specs
> say about this.
That won't work very well for <xsl:output method="text"/> which is
what the thread is about.
|