This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: copy problem


>         <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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]