Subject: RE: xslt and NLS
From: "Julian Reschke" <julian.reschke@xxxxxx>
Date: Tue, 14 Aug 2001 21:37:40 +0200
|
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Mark
> Galbreath
> Sent: Tuesday, August 14, 2001 9:28 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx; xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: xslt and NLS
>
>
> I would assume so, since one of the possible parameters for the
> XML PI is a language directive:
>
> <?xml version="1.0" encoding="UTF-8" ?>
a) this is the XML declaration, not a processing instruction
b) it's not a language, it's a character encoding
c) XSLT inherits XML's I18N, in addition, the xsl:output element specifies
the result encoding
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|