Subject: RE: Outputting "entire nodes" 2
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 23 Jun 2000 16:21:30 +0100
|
> My XML-file looks like this:
>
> <HtmlTable><![CDATA[
> <table border=0 cellspacing=0>
> ...
> ...
> </table>
> ]]></HtmlTable>
>
> And I want the output to be:
>
> <table border=0 cellspacing=0>
> ...
> ...
> </table>
>
This is a case for <xsl:value-of select="HtmlTable"
disable-output-escaping="yes"/>
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|