Subject: RE: Variables and constants
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Mon, 28 Feb 2000 12:01:47 -0000
|
> Come to think about it, doesn't <xsl:for-each> also fit the
> same bill? I can't see why <xsl:apply-templates> + modes can't accomplish
> the same things that <xsl:for-each> [and <xsl:call-template>] can.
>
Yes, and you could also argue that the "+" operator is redundant, because
you can always achieve addition by writing $x - - $y.
Question is, what are you trying to achieve?
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|