Re: [xsl] mixture of XML and HTML in result

Subject: Re: [xsl] mixture of XML and HTML in result
From: Julian Reschke <julian.reschke@xxxxxx>
Date: Thu, 08 Jan 2004 22:33:48 +0100
Kyle Partridge wrote:
Maybe this would work, instead of &#160;

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

Not portable, not necessary and bad XSLT programming style.


If "&#160;" in the XSLT doesn't work, there's a problem somewhere else -- possibly in preserving the encoding and the encoding declarations of the transformation results -- that should be fixed.

> ...

Julian

--
<green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760

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


Current Thread