Hi,
can anyone let me to know if it is possible to use or operator while searching for something in an xml document.
contains(@text,'x') works perfecly, but how if I want to pefrom something like
contains(@text,'x','Y')

Thanks for taking time to reply to this post.
Amin

As you show it, it is not possible. You need to logically AND two contains() functions to do what you want.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.