This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Re: Re: Designs for XSLT functions (Was: Re: RE: syntaxsugar for call-template)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]