[xsl]   vs  

Subject: [xsl]   vs  
From: Alan Alda <alan4077alda@xxxxxxxxx>
Date: Fri, 3 Aug 2001 11:27:49 -0700 (PDT)
Hi all,

I am using &#160; in my sheets to insert a whitespace-
however, in Michael Kay's excellent book, I came
across &#xA0. They look like they do the same thing,
but which is a more standard way of inserting an
&nbsp; in the resulting HTML?

Also, do you think doing the following approach is
better than the previous ones?

<xsl:variable name="space">
<xsl:value-of select=" ' ' " />
</xsl:variable>

Now use $space to insert up to one space character in
the resulting HTML.

I know this is not a very serious issue (meaning my
implementation does not depend very heavily on the
resolution of this issue) but any guidance will be
greatly appreciated.

Thanks,
Cheers,
Alan.



__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread