RE: [xsl] ASP.NET xsl:text disable-output-escaping... not working??

Subject: RE: [xsl] ASP.NET xsl:text disable-output-escaping... not working??
From: "Julian Reschke" <julian.reschke@xxxxxx>
Date: Mon, 3 Sep 2001 22:52:05 +0200
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of gary cor
> Sent: Monday, September 03, 2001 8:02 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] ASP.NET xsl:text disable-output-escaping... not working??
>
>
> None of the blank spaces I have created for the empty tables cells works
> when I do transformations with ASP.NET I am wondering if anyone

Just use &#0160;

> knows a way
> I can get round this problem.  Presently, I have been trying to use code
> like the following:
>
> <xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>

...which generally is non-portable (XSLT engines are allowed to ignore
disable-output-escaping).

> It confuses me as it works ok on the MSXML 3.0 parser, I guess .NET is a
> different parser !?!  and should be better!?!

What's relevant is that it's a different XSLT engine.


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


Current Thread