Subject: RE: 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 |
- copying problem
- poppe chris - Sun, 14 Mar 2004 06:55:58 -0500 (EST)
- <Possible follow-ups>
- poppe chris - Sun, 14 Mar 2004 13:33:48 -0500 (EST)
- Andreas L. Delmelle - Sun, 14 Mar 2004 15:19:57 -0500 (EST) <=
- poppe chris - Sun, 14 Mar 2004 15:57:49 -0500 (EST)
|
|