On Sat, 09 Aug 2003 11:19:48 -0700
sandy pittendrigh <[EMAIL PROTECTED]> wrote:

> Ok, but I don't want a pattern search on the Element name,
> nor an Attribute name.
> 
> ....I'm trying to do a pattern search on the Element
> and/or Attribute value
> 
> /Employee[username like '%dda%']
> 
> or
> 
> /[EMAIL PROTECTED]'user_name'][textlike()='Sad']

/Emplyee[contains(.,'whatever')]

You ought to be able to do:

[contains(/Employee,'Whatever')]

but that doesn't seem to work with Xindice.  The first works fine.

--Eli Naeher


Reply via email to