|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: XSL and White Space help PLEASE
Space (using disable-output-escaping) should work, even in a table. You can
try using nsbp (#160) chars:
<xsl:choose>
<xsl:when test="@AISLE">
<font size="3" color="#000000">
<i><xsl:text> Aisle: </xsl:text></i><xsl:value-of
select="@AISLE"/>
</font>
</xsl:when>
</xsl:choose>
Hope that helps
-----Original Message-----
From: Gutti, Sridhara [mailto:sgutti@xxxxxxxx]
Sent: Friday, June 01, 2001 7:27 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: XSL and White Space help PLEASE
I tried but it is not working, does it matter if I'm putting this in a
table?
-----Original Message-----
From: Theodore Weatherly [mailto:tweather@xxxxxxxxxxxxxxxxxxxx]
Sent: Friday, June 01, 2001 9:13 PM
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: RE: XSL and White Space help PLEASE
Shridhar,
Try:
<xsl:text disable-output-escaping="yes"> </xsl:text>
This seems like something that should be in the XSL FAQ.
-----Original Message-----
From: Gutti, Sridhara [mailto:sgutti@xxxxxxxx]
Sent: Friday, June 01, 2001 7:07 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: XSL and White Space help PLEASE
Folks,
I'm trying to insert a white space using XSL, but I don't seem to get it
working, I'm using msxml3.0 and
I Tried the following..
<xsl:text> </xsl:text> and also
<xsl:text> </xsl:text>
Niether of those is working, can you guys help me please.. I just want to
insert a space in the following example...
thanks, sridhar.
<xsl:choose>
<xsl:when test="@AISLE">
<xsl:text> </xsl:text>
<font size="3" color="#000000">
<i><xsl:text> Aisle: </xsl:text></i><xsl:value-of
select="@AISLE"/>
</font>
</xsl:when>
</xsl:choose>
<xsl:choose>
<xsl:when test="@BAY_NUM">
<xsl:text> </xsl:text>
<font size="3" color="#000000">
<i><xsl:text> BayNum: </xsl:text></i><xsl:value-of
select="@BAY_NUM"/>
</font>
</xsl:when>
</xsl:choose>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








