RE: [xsl] copying problem

Subject: RE: [xsl] copying problem
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Sun, 14 Mar 2004 21:27:51 +0100
> -----Original Message-----
> From: poppe chris
>
> Thnx for the reply,
>

Well, if I interpret your wanted output correctly, the supplied solution
will not be complete (maybe intended?)

Just make it:
> <xsl:template match="root">
> <root>
> <xsl:copy-of select="A[position()!=last()] |
     B[following-sibling::A[position()!=last()]]"/>
> </root>
> </xsl:template>

Just in case ...


Cheers,

Andreas


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


Current Thread