Re: <xsl:when> and <xsl:if>

Subject: Re: <xsl:when> and <xsl:if>
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sun, 3 Dec 2000 00:03:46 GMT
> Is there any differences between those two? Which one is more
> efficient?

with just two cases probably doesnt make much difference but if you have
lots of cases it's presumably better to use xsl:choose as then it can
skip all the tests as soon as one test passes.

In either case, it's better to use test="self::name2" than
test="'name2'=name()" 

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp


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


Current Thread