Subject: Re: xsl:template that matches all children of a given node?
From: Miloslav Nic <nicmila@xxxxxxxxx>
Date: Wed, 16 Aug 2000 16:53:19 +0200
|
Matt Coolidge wrote:
>
> Hi there. How would one write an <xml:template match> to copy all of a
> node's children AND THEIR data? I have been able to copy just the nodes, and
> just the data, but copying BOTH seems to be eluding me...
>
> Thanks for the help,
> Matt Coolidge
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
if you want precise copy use copy-of, if not try copy
You will find relevant examples at:
http://www.zvon.org/xxl/XSLTreference/Output/index.html
--
******************************************
<firstName> Miloslav </firstName>
<surname> Nic </surname>
<mail> nicmila@xxxxxxxxx </mail>
<support> http://www.zvon.org </support>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|