|
Subject: [xsl] Establishing the floor of a range a number belongs to From: "Mark" <mark@xxxxxxxxxxxx> Date: Sat, 19 Nov 2011 14:03:25 -0700 |
The brute force method of:
<xsl:choose>
<xsl:when test="number(CatNumbers/@scott-number) lt 1900 ">
<xsl:value-of select="'1800'"/>
</xsl:when>
<xsl:when test="number(CatNumbers/@scott-number) lt 2000 ">
<xsl:value-of select="'1900'"/>
</xsl:when>| Current Thread |
|---|
| <- Previous | Index | Next -> |
|---|---|---|
| FW: [xsl] range creation, Joga Singh Rawat | Thread | Re: [xsl] Establishing the floor of, Graydon |
| RE: [xsl] range creation, G. Ken Holman | Date | Re: [xsl] Establishing the floor of, Graydon |
| Month |