Subject: RE: XT Output problem
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 12 May 2000 10:02:37 +0100
|
> This XSL code
> 0<xsl:value-of select="$current"/>
> 01
>
> Is there a way to force this output without the line
> return.
Write
<xsl:text>0</xsl:text><xsl:value-of select="$current"/>
or
<xsl:text/>0<xsl:value-of select="$current"/>
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- XT Output problem
- Sydney - Fri, 12 May 2000 09:30:41 +0200 (CEST)
- <Possible follow-ups>
- Kay Michael - Fri, 12 May 2000 10:02:37 +0100 <=
|
|