Hi,
I am trying to find if an element with a name exists in an xml complex element using queryXMLNode service. I was unluckily not able to achieve this, Can somebody please help me.
Here are the details.
Structure is like this,
x y a bI have given the query like this
/*/title/text()=x
//title/text()=x
/books/book[title/text()=‘x’]
I also tried copying this to a string and them substitute this in query ( argument of queryXMLNode function). Still its not working. I have checked the case of the variable it is fine but no output.
The arguments I have given are .
name = some name
resultType= record list
query =%variable% which copies the above statements.
queryType=xql
onNull=failure.
Thanks in advance for your help.
Srinivas.