Re: [xsl] strings and recursive templates

Subject: Re: [xsl] strings and recursive templates
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 19 Jul 2002 12:35:29 +0100
> I would have thought the following templates should produce the same
> result, one uses choose/when, one uses if,

yes but putting something inside xsl:if is the same as putting inside
an equivalent xsl:when, but putting something _after_ and xsl:if isn't
equivalent to putting inside an xsl:otherwise.

in your t2 template 

the line
   <xsl:value-of select="$string"/>

isn't in any conditional code so will always output the value of the
parameter as passed to this template. Why would you expect it to do
otherwise?

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread