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: xsl:copy-of



> 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

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