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


Gutti, Sridhara wrote:
> 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.....

Sri,

Why don't you read the answers to your own message???

In an answer to your message
(http://sources.redhat.com/ml/xsl-list/2001-06/msg00076.html),
I said:

: If you'd be producing white-space in a html text, in many contexts it is
: ignored by the browser.

: If this is the case use 
 or enclose your white-space containing text in
: the <pre>, <q> or <blockquote> tags.

Later I made a correction -- the non-breaking space character entity reference is
&#xA0;

So, why don't you give a try to these three types of HTML tags + the non-breaking
space?

Is there any sense in sending the same message to different forums and not paying
attention to the answers? 

Dimitre Novatchev. 




__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

 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]