Re: Call template with variable name

2002-07-09 Thread Phillip Lord
> "Joseph" == Joseph Kesselman <[EMAIL PROTECTED]> writes: >> But it would give you the ability to write first class functions. Joseph> If you think it's really that important, contact the W3C's Joseph> XSLT working group and see whether they agree it should go Joseph> into future ver

RE: Call template with variable name

2002-07-09 Thread Ed Blachman
Title: RE: Call template with variable name >>But it would give you the ability to write first class functions. >If you think it's really that important, contact the W3C's XSLT >working group and see whether they agree it should go into future >versions of the langu

Re: Call template with variable name

2002-07-09 Thread Joseph Kesselman
>But it would give you the ability to write first class functions. If you think it's really that important, contact the W3C's XSLT working group and see whether they agree it should go into future versions of the language. (Actually, check the XSLT 2.0 specs first; they might have anticipated thi

Re: Call template with variable name

2002-07-09 Thread Phillip Lord
> "Joseph" == Joseph Kesselman <[EMAIL PROTECTED]> writes: >> I'm looking for a way to call a template with a variable name or >> mode. Joseph> According to the XSLT spec, the values of those attributes Joseph> are not Attribute Value Templates -- they're literal Joseph> QNames. Hen

Re: Call template with variable name

2002-07-09 Thread Joseph Kesselman
> I'm looking for a way to call a template with a variable name or mode. According to the XSLT spec, the values of those attributes are not Attribute Value Templates -- they're literal QNames. Hence, variable substitution or other _expression_ evaluation are not available. Your best best seems