Subject: RE: 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 |
- RE: how to display html data, coming in a node, (continued)
- Michael Kay - Fri, 9 May 2003 03:57:47 -0400 (EDT)
- asim - Fri, 9 May 2003 06:48:25 -0400 (EDT)
- David Carlisle - Fri, 9 May 2003 07:09:02 -0400 (EDT)
- asim - Fri, 9 May 2003 10:01:36 -0400 (EDT)
- Michael Kay - Fri, 9 May 2003 08:53:12 -0400 (EDT) <=
- David Pratt - Sun, 11 May 2003 22:10:12 -0400 (EDT)
- Hemi Kara - Sun, 11 May 2003 22:50:03 -0400 (EDT)
- Hemi Kara - Sun, 11 May 2003 23:00:06 -0400 (EDT)
- David Pratt - Sun, 11 May 2003 23:43:12 -0400 (EDT)
|
|