Wildcards in XQL

Having some trouble finding the right syntax to do a wildcard comparison in XQL.

Looking at this reference, it seems like it should be using the ‘contains’ keyword: XQL (XML Query Language)

I am using the following query in queryXMLNode:
/MAP[@MODE=‘INPUT’]/MAPSET[@FIELD contains “/documentTypeName*”]

And get this error:
com.wm.app.b2b.server.ServiceException: [ISC.0083.9019] ‘[’ is not matched by ‘]’.

Seems like this happens with any word replacing ‘contains’. Doesn’t like any word being there looks like.

Haven’t been able to find any good doco on XQL showing this…

1 Like