RE: Encoding of strings in stylesheet parameters

2004-09-10 Thread david_n_bertoni
> 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

RE: Encoding of strings in stylesheet parameters

2004-09-10 Thread Murthy, Ganesh
-- 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

Re: Encoding of strings in stylesheet parameters

2004-09-03 Thread david_n_bertoni
> 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

Encoding of strings in stylesheet parameters

2004-09-03 Thread Murthy, Ganesh
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