|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] <xsl:when> and <xsl:if>
Hi there,
If I have:
<xsl:choose>
<xsl:when test="'name1'=name()">
...do something...
</xsl:when>
<xsl:when test="'name2'=name()">
..dom something else
</xsl:when>
</xsl:choose>
and also the implementation by <xsl:if>
<xsl:if test="'name1'=name()">
...do something...
</xsl:if>
<xsl:if test="'name2'=name()">
...do something else...
</xsl:if>
Is there any differences between those two? Which one is more efficient?
Thanks!
Yue
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








