Hi all,
I am using   in my sheets to insert a whitespace-
however, in Michael Kay's excellent book, I came
across  . They look like they do the same thing,
but which is a more standard way of inserting an
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
|