Re: xsl:copy-of

Subject: Re: xsl:copy-of
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 17 Apr 2000 18:03:59 +0100 (BST)
> If I want to get all details about the empname "Joe Dauber",how can I get
> it

select="empinfo[empname/fname='Joe' and empname/lname='Dauber']"

gives you the empinfo node, use with copy-of or apply-attributes,
according to taste.

david


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


Current Thread