xsl-list
[Top] [All Lists]

Re: [xsl] Joining xml documents on the fly

2009-06-04 11:33:49
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[(_at_)project_id=$pid]/staff/@staff_id)]

Regards,

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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--