Subject: RE: XSL and White Space help PLEASE
From: "Gutti, Sridhara" <sgutti@xxxxxxxx>
Date: Sat, 2 Jun 2001 15:40:01 -0500
|
Paul,
Is there anyways to make it work like that, I'm getting bunch of attributes
from database and creating an XML and in XSL I want to append all of those
attributes seperated by a white space, that's where I want to insert the
white space, I want to show the results in a html table. Is there any
solution for that??
As you pointed out, it might be working but in html it is not showing the
white space at all.....
Thanks a bunch,
~sri
-----Original Message-----
From: Clapham, Paul [mailto:pclapham@xxxxxxxxxxxxx]
Sent: Saturday, June 02, 2001 3:31 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: XSL and White Space help PLEASE
Of course it will "work", in the sense that the generated HTML will contain
a space, but the browser won't show it unless it's between two non-space
characters.
-----Original Message-----
From: Theodore Weatherly [mailto:tweather@xxxxxxxxxxxxxxxxxxxx]
Sent: June 1, 2001 19:35
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: 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-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|