Re: [xsl] RE: syntax sugar for call-template

Subject: Re: [xsl] RE: syntax sugar for call-template
From: "Clark C. Evans" <cce@xxxxxxxxxxxxxx>
Date: Fri, 16 Feb 2001 17:02:26 -0500 (EST)
>   <xf:func one="xpath" />           <xsl:call-template name="func">
>                           becomes     <xsl:with-param name="one" 
>                                                       select="xpath" />
>                                     </xsl:call-template> 

It's very nice that you all want to do generic
functions to call from XPath, etc.  However, 
all I'm suggesting is a simple short-hand
to cover a very very common case.  Why does
it need to be that complicated?  

Clark


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


Current Thread