[xsl] copy-of question

Subject: [xsl] copy-of question
From: "Franz Figl" <frafi@xxxxxxxxxx>
Date: Wed, 18 Apr 2001 21:34:23 +0200
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


Current Thread