matching

J

Jeff Kish

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
 
D

David Carlisle

Jeff Kish said:
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
 
J

Jeff Kish

Jeff Kish said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top