Re: [xsl] Inserting parts of a xml document

Subject: Re: [xsl] Inserting parts of a xml document
From: Oliver Becker <obecker@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 11 Apr 2001 17:41:14 +0200 (MET DST)
> <xsl:template match="a">
>    <xsl:copy>
>       <xsl:apply-templates />
>       <xsl:apply-templates
>          select="document('test2.xml')/root/a/node()" />
>    </xsl:copy>
> </xsl:template>

Yes, of course.
I should have read the question more carefully.
My code snippet creates two a elements, each containing its b.

Oliver


/-------------------------------------------------------------------\
|  ob|do        Dipl.Inf. Oliver Becker                             |
|  --+--        E-Mail: obecker@xxxxxxxxxxxxxxxxxxxxxxx             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread