I need to find certain employees in an xml object by passing a list of employee id's

<employees>
<employee id="1"></employee>
<employee id="2"></employee>
<employee id="3"></employee>
<employee id="4"></employee>
<employee id="5"></employee>
</employees>

xmlSearch(employees, "/[EMAIL PROTECTED]('1,3,5')]")
Doesn't work of course.  Just trying to convey what I'm trying to do.

Any help appreciated.  Thanks.

-Brad
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to