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


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

I can see now the the <xsl:value-of>'s were building up on the stack.

My initial thinking was that the template would call itself before the
value-of, so it would only be used when the template finished recursion,
Ive no idea why its so obvious now...

good job its Friday 


-----Original Message-----
From: David Carlisle [mailto:davidc@nag.co.uk]
Sent: 19 July 2002 12:35
To: xsl-list@lists.mulberrytech.com
Subject: Re: [xsl] 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





---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.373 / Virus Database: 208 - Release Date: 01/07/2002
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.373 / Virus Database: 208 - Release Date: 01/07/2002
 

 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]