Subject: RE: 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: 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 |
RSuiter - Wed, 18 Apr 2001 16:39:07 -0400 (EDT)
- Franz Figl - Wed, 18 Apr 2001 17:20:18 -0400 (EDT)
Clapham, Paul - Wed, 18 Apr 2001 17:30:21 -0400 (EDT) <=
- Franz Figl - Wed, 18 Apr 2001 17:51:58 -0400 (EDT)
|
|