|
Subject: [xsl] Looking for shorthand form From: "karthikeyan.balasubramanian" <karthikeyan.balasubramanian@xxxxxxxxxxxxx> Date: Tue, 6 Jan 2004 15:27:16 +0530 |
Hi,
Can anybody suggest shorthand form for this code
=============
<xsl:choose>
<xsl:when test="string-length(@FIGNBR)=2">
<xsl:value-of select="@FIGNBR"/>
<xsl:text> </xsl:text>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="@FIGNBR"/>
</xsl:otherwise>
</xsl:choose>
===============
Have a great day.
Karthikeyan B
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| node-set() (was Re: Antw: RE: [xsl], Mark Lundquist | Thread | Re: [xsl] Looking for shorthand for, Peter Hickman |
| RE: Antw: RE: [xsl] Continue seqlis, David . Pawson | Date | Re: [xsl] Looking for shorthand for, Peter Hickman |
| Month |