[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] copy-of question
Subject: Re: [xsl] copy-of question
From: "Franz Figl" <frafi@xxxxxxxxxx>
Date: Thu, 19 Apr 2001 18:58:42 +0200
|
> If you do
>
> <xsl:template match="/">
> <xsl:apply-templates select="(//TABLE)[1]"/>
> </xsl:template>
>
> then your output will be a deep copy of the first TABLE element in the
> source.
Mike, I use saxon (win) and I don't have a deep copy here (I mean 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
|