Subject: RE: disable-output-escaping not working?
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Thu, 4 Jul 2002 14:06:41 +0100
|
> In my XSL document, I have been trying to use
> disable-output-escaping="yes" but it seems to be getting
> completely ignored. I have tried using:
>
> <?xml version="1.0" ?>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
> ...
> <xsl:value-of select="message/comment()"
> disable-output-escaping="yes"/>
> ...
> </xsl:stylesheet>
>
Oh dear, another victim falls into the Microsoft bear-trap.
WD-xsl is not XSLT. Go see the MSXML FAQ at http://www.netcrucible.com/
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|