xsl-list
[Top] [All Lists]

Re: How do i put whitespace character in xsl file

2005-05-31 14:02:51
use below instead of  
note: omit the paranthesis when you use
&(#9); or &(#10); or 


thanks
Dinesh M.S

--- Frequent Fliers <frequent_fliers(_at_)hotmail(_dot_)com>
wrote:

hi all, i have the following snippet of code:
<xsl:if test="attribute::*">(
                  <xsl:for-each select="@*">
                    <xsl:value-of select="name()"
/>:
                    <xsl:value-of select="." />
                  </xsl:for-each> )
                </xsl:if>
Now, if i want to put a whitespace after the
<xsl:value-of select="." />, i 
try &nbsp; but this just throws a syntax error.how
can i insert a white 
space?
thank you very much!


_________________________________________________________________
Winks & nudges are here - download MSN Messenger 7.0
today! 
http://messenger.msn.co.uk



--~------------------------------------------------------------------
XSL-List info and archive: 
http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to:
http://lists.mulberrytech.com/xsl-list/
or e-mail:
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--