RE: [xsl] copy-of question

Subject: RE: [xsl] copy-of question
From: "Clapham, Paul" <pclapham@xxxxxxxxxxxxx>
Date: Wed, 18 Apr 2001 14:37:37 -0700
It probably is related to the default rules.  Do you have <xsl:template
match="/"> doing nothing?

PC2

-----Original Message-----
From: Franz Figl [mailto:frafi@xxxxxxxxxx]
Sent: April 18, 2001 14:18
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] copy-of question


Rick,

there is nothing wrong with the copy-of: I want a full deep original table
element, and I have it.
But I want to exclude all the other tags!



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