[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: copy problem


Subject: RE: copy problem
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 27 Apr 2000 16:04:24 +0100

>         <xsl:copy-of select="//Element[@name='@name']"/> <!-- 

> this line doesn't work - why?-->

This will copy all elements of the form <Element name="@name">, but there
are none such in your document.

Unfortunately you haven't really explained what criterion you want to use to
decide which elements to copy, it can't really be induced from your example.

Mike Kay


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



Current Thread