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]
Other format: [Raw text]

Re: strings and recursive templates


> 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


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