[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: writing   to html files using XSL

Subject: RE: writing   to html files using XSL
From: Jonas Nordström <Jonas.Nordstrom@xxxxxxxxxxx>
Date: Thu, 19 Oct 2000 09:13:22 +0200
write nbsp in xsl
 For MSXML, we had to use:
<xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>

A bit cumbersome, but we put it in a template in an imported stylesheet:

<xsl:template name="nbsp">
   <xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>
</xsl:template>

and the text required to generate &nbsp; is abbreviated to:

<xsl:call-template name="nbsp"/>

/Jonas


-----Original Message-----
From: Sridhar_Ramachandran@xxxxxx
To: xsl-list@xxxxxxxxxxxxxxxx
Sent: 2000-10-18 23:34
Subject: writing &nbsp; to html files using XSL

                                            
 Is there any way to write out &nbsp; to an 
 html file from XSL. I have blank <TD></TD> 
 tags which are rendered ok in IE5 but do   
 look right in Netscape Navigator. I tried  
 <td> &nbsp; but XALAN errors out with a    
 "Entity not defined..." msg.               
                                            
 Thanks in Advance                          
 Sridhar                                    
                                            





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


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.