This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: [newbie] output  


"I tried <xsl:text>&nbsp;</xsl:text>
and  <xsl:text omit-xml-declaration="yes">&nbsp;</xsl:text>
with no success..."

Use this instead:
<xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>

Good luck,
Heather


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]