Re: [xsl] Re: Re: Designs for XSLT functions (Was: Re: RE: syntax sugar for call-template)

Subject: Re: [xsl] Re: Re: Designs for XSLT functions (Was: Re: RE: syntax sugar for call-template)
From: "Clark C. Evans" <cce@xxxxxxxxxxxxxx>
Date: Tue, 20 Feb 2001 15:24:02 -0500 (EST)
On Tue, 20 Feb 2001, Dimitre Novatchev wrote:
> > 
> > exsl:call('my:func', 'Name1?Value1", 'Name2?Value2')
> > 
> > Where "?" is to be replaced by some delimiter, perhaps space.
> > 
> 
> The following looks very straightforward:
> 
>  exsl:call('my:func', 'Name1=Value1", 'Name2=Value2')
> 

The "=" operator is already defined in XPath.
How about:

  exsl:call('my:func','my:name := value', ... )



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread