Subject: Re: copy-of question
From: "Franz Figl" <frafi@xxxxxxxxxx>
Date: Thu, 19 Apr 2001 19:01:09 +0200
|
>
> <xsl:template match="/">
> <xsl:copy-of select="//TABLE" />
> </xsl:template>
>
> The push method would involve changing the default templates. To get
> no output by default, you only need to change the template that
> matches text() nodes, making it do nothing rather than giving the
> value of the text. So just add the template:
>
> <xsl:template match="text()" />
>
Jeni, I don't have a deep copy here (I want the complete original html table
inside the xml), but only the table text cells as output
Franz
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|