RE: [xsl] copying problem

Subject: RE: [xsl] copying problem
From: "poppe chris" <pc_poppe@xxxxxxxxxxx>
Date: Sun, 14 Mar 2004 21:57:11 +0100
Indeed if come to the same conclusion,

thank you for helping,
greetings
Chris


From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE: [xsl] copying problem
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



_________________________________________________________________ Alles over Batibouw ! http://www.msn.be/wonen/batibouw


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



Current Thread