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]
Other format: [Raw text]

RE: disable-output-escaping not working?


> 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@ntlworld.com
work: Michael.Kay@softwareag.com 


 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]