This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: copy-of question


>
> <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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]