Looking for shorthand form2004-01-06 02:57:16Hi,
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
|
|
||||||||||||||||