Re: [xsl] Joining xml documents on the fly

Subject: Re: [xsl] Joining xml documents on the fly
From: Joelle Tegwen <tegwe002@xxxxxxx>
Date: Thu, 04 Jun 2009 10:34:11 -0500
Thanks much. It makes total sense now that I see it.

You are so helpful, as always.
Joelle

Michael Kay wrote:
If $staff is all the <staff> elements in the staff file, and $psr is all the
<project_staff_role> elements, then the $staff who are not in the selected
project are:

$staff[not(@staff_id = $psr[@project_id=$pid]/staff/@staff_id)]

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay

Current Thread