[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Wish List: Allow <xsl:choose> within <xsl:call-template>

Subject: RE: Wish List: Allow <xsl:choose> within <xsl:call-template>
From: "Clark C. Evans" <clark.evans@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 10 Nov 1999 22:14:14 -0500 (EST)
RE: Wish List: Allow <xsl:choose> within <xsl:call-template>
On Wed, 10 Nov 1999, Mike Brown wrote:
> I don't get it. Did your example templates demonstrate what you were trying
> to say? It seems like this would do just as well in the second template, and
> wouldn't be that much more tedious:
> 
>   <xsl:choose>
>     <xsl:when test="$one">
>       <xsl:call-template name="base-function">
>         <xsl:with-param name="one" select="$one" />
>       </xsl:call-template>
>     </xsl:when>
>     <xsl:when test="$done" >
>       <xsl:call-template name="base-function">
>         <xsl:with-param name="one" select="$done" />
>       </xsl:call-template>
>     </xsl:when>
>   </xsl:choose>

This works when you only have one parameter; but in the 
general case with N parameters, you have N! cases
to handle with the current method shown above -- by 
allowing the <xsl:choose> inside the <xsl:call-template> 
you avoid all this unnecessary writing.   In my current
application I have 8 parameters in the base function;
each with non-trivial default values.  As a work-around
I've had to make each "default value" a stand-alone
template that is called by the derived function.

Does this explain better?




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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.