Subject: RE: Get value outside of for-each Statement
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Date: Thu, 19 Aug 2004 15:24:27 -0400
|
> From: john lee [mailto:excel_man@xxxxxxxxxxx]
> Sent: Thursday, August 19, 2004 3:05 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Get value outside of for-each Statement
Oops, I see an employee number after all (contrary to what I just
posted). Thought they were just more employee_names. The way your
document is, I'd probably use apply-templates match='employee', and use
the following-sibling axis, just like Niclas Hedhman suggested.
Cheers,
Tom P
>
> <employee_name>
> </employee_name>
> <employee_number>
> </employee_number>
|