Searching node from document list.

Hi Guys,

I have list of documents and each document in list have 2 fields Id and name.
e.g.
Doc1
Id
Name
Doc2
Id
Name
Doc3
Id
Name
.
.
.
Now I want only those documents whose name field have value as ‘xyz’.
One very common solution I know is by using Loop and Branch.
But I want to know is there any built in function which allow us to
filter/search documents based on value?
Please help us. We are using webMethods 7.1.3.

Thanks
Mayur

No. Even if you convert this as XML, you can query using the node name but not with the value.

-Senthil