[xsl] RE: XSL and White Space help PLEASE

Subject: [xsl] RE: XSL and White Space help PLEASE
From: "Gutti, Sridhara" <sgutti@xxxxxxxx>
Date: Sun, 3 Jun 2001 15:00:30 -0500
Dimitre,
I tried your suggestion, and also paul suggested same one, it's working only
problem it seems to be is instead of a white space, a character
"A" i.e A with carrot on top is outputted. Is it specific to any? I'm using
IE5.5+, Windows 2K.
Can you please let me know if you have any information..


thanks, 
~sri

PS: I will try not to cross-post from now onwards...



-----Original Message-----
From: Dimitre Novatchev [mailto:dnovatchev@xxxxxxxxx]
Sent: Saturday, June 02, 2001 11:10 PM
To: Gutti, Sridhara
Cc: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: 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 &#xA; 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


Current Thread