This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XSL and White Space help PLEASE


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@core-mark.com]
Sent: Saturday, June 02, 2001 3:31 PM
To: xsl-list@lists.mulberrytech.com
Subject: RE: [xsl] 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@slamdunknetworks.com]
Sent: June 1, 2001 19:35
To: 'xsl-list@lists.mulberrytech.com'
Subject: RE: [xsl] 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]