Re: [xsl] copying problem

Subject: Re: [xsl] copying problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sun, 14 Mar 2004 13:13:51 GMT
<xsl:template match="root">
<root>
<xsl:copy-of select="A[position()!=last()]|B[following-sibling::A]"/>
</root>
</xsl:template>


-- 
http://www.dcarlisle.demon.co.uk/matthew

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


Current Thread