![]() |
matching
Hi.
Dave (thanks Dave) answered my previous "like" question somewhat, but things are as clear as mud, though I am still investigating. If I'd like to return all elements using xpath 2.0 that have any attributes that have a value containing the string "readonly", how could I go about that? I'm still trying to figure it out, Thanks Jeff Kish |
Re: matching
Jeff Kish <jeff.kish@mro.com> writes:
> Hi. > > Dave (thanks Dave) answered my previous "like" question somewhat, but things > are as clear as mud, though I am still investigating. > > If I'd like to return all elements using xpath 2.0 that have any attributes > that have a value containing the string "readonly", how could I go about that? > > I'm still trying to figure it out, > > Thanks > > > Jeff Kish //*[@*[contains(.,'readonly')]] David |
Re: matching
On Thu, 11 Nov 2004 14:19:14 GMT, David Carlisle <davidc@nag.co.uk> wrote:
>Jeff Kish <jeff.kish@mro.com> writes: > >> Hi. >> >> Dave (thanks Dave) answered my previous "like" question somewhat, but things >> are as clear as mud, though I am still investigating. >> >> If I'd like to return all elements using xpath 2.0 that have any attributes >> that have a value containing the string "readonly", how could I go about that? >> >> I'm still trying to figure it out, >> >> Thanks >> >> >> Jeff Kish > >//*[@*[contains(.,'readonly')]] > > > >David Thanks so much. (It seems like it is on the tip of my tongue sometimes) Jeff Kish |
| All times are GMT. The time now is 09:46 PM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.