You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by chris markiewicz <cm...@commnav.com> on 2001/02/21 15:07:15 UTC

xsl ques - is a value contained in a node of elements?

hello.

a little background...i am passing back workflow objects and a list of
workflow-person associations (for a given person).

example:

<workflow>
<wfid>5</wfid>
...
</workflow>
...

and

<wfperassoc><wfid>5</wfid><perid>100</perid></wfperassoc>
<wfperassoc><wfid>6</wfid><perid>100</perid></wfperassoc>
...

when i get to a workflow (id=5), i want to see if that person (id = 100) is
associated.  is there any function that handles this sort of thing?

thanks
chris