xsl-list
[Top] [All Lists]

Re: Copying all child nodes...

2005-09-08 08:29:25
<xsl:copy-of select="note_text/*"/>

On 9/8/05, ben senior <ben(_at_)autonomic(_dot_)net> 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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>