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:   into the output ??


try this

<xsl:text disable-output-escaping="yes">&#160;</xsl:text> in place of &nbsp;

shelly
-----Original Message-----
From: Alexander Rupsch, VUB Printmedia
[mailto:Trewendt.Rupsch@printmedia.de]
Sent: Thursday, August 31, 2000 11:20 AM
To: XSL mailing list
Subject: &nbsp; into the output ??



Hello,

I'm generatig HTML from XML via cocoon (xalan).
The output HTML needs to contain some "&nbsp;". But until now I could not
find a way to implement that.

* <![CDATA[&xyz]]> delivers &amp;xyz
* a single & is not allowed
* &#x26; delivers &amp; too

For generating hrefs of <a> tags that's ok, but that's not what 
I need. Hope for some help.

Thanks, bye......

--
Alexander Rupsch				VUB Printmedia



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


 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]