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


> 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


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