If I want to pull an xpath where an attribute value had some particular value I could say, for instance:
/[EMAIL PROTECTED]'user_name'][text()='saddam']
but in SQL I be more general and say:
select user_name from Employees where user_name like '%dda%'
Is this sort of thing possible with xpath in Xindice?
IE are there strstr-like functions for Xindice's xpath, for attribute and element values?
If so I haven't been able to find them.
-- /* Sandy Pittendrigh >--oO0> * [EMAIL PROTECTED] * http://cns.montana.edu/~sandy */
