xsl-list
[Top] [All Lists]

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

2003-05-09 05:52:57
    <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