xsl-list
[Top] [All Lists]

RE: copying problem

2004-03-14 13:57:11
Indeed if come to the same conclusion,

thank you for helping,
greetings
Chris


From: "Andreas L. Delmelle" <a_l(_dot_)delmelle(_at_)pandora(_dot_)be>
Reply-To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
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



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