|
Subject: [xsl] How do I do an If sort of thing.. From: "Kevin Duffey" <kevin.duffey@xxxxxxxx> Date: Sun, 29 Apr 2001 23:45:50 -0700 |
Hey all,
I am trying to do something probably pretty basic. I pass in a variable (or
a //root/node/value path). I want to test for a specific value. For example:
<xsl:choose>
<xsl:when test="{$menu} == 1">
</xsl:when>
<xsl:when test="{$menu} == 2">
</xsl:when>
</xsl:choose>
Basically, a switch() type of statement. Is this possible..if so, can
someone kindly show me an example of how to do this.
Thanks.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Xsl Namespace problem for, Thomas B. Passin | Thread | RE: [xsl] How do I do an If sort of, Tim Watts |
| RE: [xsl] Xsl Namespace problem for, Tim Watts | Date | RE: [xsl] How do I do an If sort of, Tim Watts |
| Month |