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: ASP.NET xsl:text disable-output-escaping... not working??


> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of gary cor
> Sent: Monday, September 03, 2001 8:02 PM
> To: xsl-list@lists.mulberrytech.com
> 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  

> 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


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