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: syntax sugar for call-template


>   <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


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