Re: [xsl] Copying all child nodes...

Subject: Re: [xsl] Copying all child nodes...
From: António Mota <amsmota@xxxxxxxxx>
Date: Thu, 8 Sep 2005 16:29:25 +0100
<xsl:copy-of select="note_text/*"/>

On 9/8/05, ben senior <ben@xxxxxxxxxxxxx> wrote:
> Given some xml :
>
> <note>
>     <note_text>
>        ...lots of stuff...
>     </note_text>
> </note>
>
> where my template has matched on note, I would like to do copy-of on
> the *children* of note_text , i.e. *excluding* note_text itself. I am
> having an "end of day" braindeath experience. Can somebody bring me
> insight?
>
> thanks,
>
> Ben

Current Thread