Subject: Re: copy-of question
From: RSuiter@xxxxxxxxx
Date: Wed, 18 Apr 2001 15:33:55 -0500
|
Franz,
xsl:copy-of gives a "deep" copy of the element and _all_ its descendants.
xsl:copy gives a copy of only the element in question.
See Mike Kay's "XSLT Reference" for details.
I hope that helps,
Rick Suiter
"Franz Figl" <frafi@xxxxxxxxxx>@lists.mulberrytech.com on 04/18/2001
02:34:23 PM
Please respond to xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Sent by: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
cc:
Subject: copy-of question
Hi all,
how can I extract only one element in original form?
copy-of seems to work here, but I have all the other unwanted tags also as
plain text.
Is this related to the default rules?
<xsl:template match="TABLE">
<xsl:copy-of select="."/
</xsl:template>
Franz
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|