RE: [xsl] how to display html data, coming in a node

Subject: RE: [xsl] how to display html data, coming in a node
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Fri, 9 May 2003 13:52:57 +0100
>     <tr>
>         <td>
>                 <xsl:variable name="test"><xsl:value-of 
> select="//file-content" /></xsl:variable>
>                 <xsl:value-of select="$test" 
> disable-output-escaping="yes"/>
>         </td>
>     </tr>
> 
> its working fine after doing this .
> actually i m using serverside transformation using MsXML 
> Parser, What u suggest will it will give me problems in future ??,

It will work so long as you stick to that parser and don't try to reuse
your stylesheet as part of a processing pipeline. In other words,
disable-output-escaping has architectural problems which limit the
reusability of your code.

Michael Kay


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


Current Thread