> I have one question though - if I want to do string-based comparisons of
> a stylesheet parameter (which will always be UTF-16-encoded) within my
> Stylesheet (which happens to be us_ascii/ISO-8859-1-encoded), then I am
> thinking the comparisons are likely to fail (for e.g parameter=="true"
> th
--
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, September 03, 2004 1:27 PM
To: xalan-c-users@xml.apache.org
Subject: Re: Encoding of strings in stylesheet parameters
> I am using stylesheet parameters to pass values to be displayed in the
> final html.
>
> Does
> I am using stylesheet parameters to pass values to be displayed in the
> final html.
>
> Does Xalan-C support multi-byte encodings in stylesheet parameters, and
> if it does, which encoding does it expect - Does it expect parameter to
> be in the encoding of the input XML document, or of the inp
Hi,
I am using stylesheet parameters to pass values to be displayed in the
final html.
Does Xalan-C support multi-byte encodings in stylesheet parameters, and
if it does, which encoding does it expect - Does it expect parameter to
be in the encoding of the input XML document, or of the input XSL