|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] copying problem, poppe chris | Thread | RE: [xsl] copying problem, David Carlisle |
| Re: [xsl] copying problem, poppe chris | Date | RE: [xsl] copying problem, poppe chris |
| Month |