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


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!




> 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@augusta.de>@lists.mulberrytech.com on 04/18/2001
> 02:34:23 PM
>
> Please respond to xsl-list@lists.mulberrytech.com
>
> Sent by:  owner-xsl-list@lists.mulberrytech.com
>
>
> To:   <xsl-list@lists.mulberrytech.com>
> cc:
> Subject:  [xsl] 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
>
>


 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]