xsl-list
[Top] [All Lists]

RE: xsl:when, xsl:otherwise question?

2005-02-03 12:33:30
I'm not exactly sure what you are trying to accomplish... But you can
embed your statements like this:

<xsl:choose>
        <xsl:when></xsl:when>
        <xsl:otherwise>
                <xsl:choose>
                        <xsl:when></xsl:when>
                        <xsl:otherwise></xsl:otherwise>
                </xsl:choose>
        </xsl:otherwise>
</xsl:choose> 

-----Original Message-----
From: Nick Roberts [mailto:nick_roberts5(_at_)hotmail(_dot_)com] 
Sent: Thursday, February 03, 2005 2:25 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] xsl:when, xsl:otherwise question?

Is it possible to implement an else-if condition using the above.

All literature i've read only seems to use xsl:when and xsl:otherwise...
no "xsl:else-when" condition?

Just wondered. Cheers



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>