Subject: RE: selecting everything below a node
From: cknell@xxxxxxxxxx
Date: Wed, 06 Aug 2003 11:15:28 -0400
|
<xsl:template match="aggregate">
<xsl:copy-of select="content" />
</xsl:template>
--
Charles Knell
cknell@xxxxxxxxxx - email
-----Original Message-----
From: Jorg Heymans <Jorg.Heymans@xxxxxxxxxx>
Sent: Wed, 6 Aug 2003 15:43:15 +0100
To: "'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'" <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject: selecting everything below a node
Hi list,
Given following xml
<aggregate>
<request>
many children here
</request>
<content>
..many children here
</content>
</aggregate>
How do I extract the whole <content> tree (nodes + attributes) into a
different document?
Regards
Jorg
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|