Hi Eric,
I think that there are two ways to proceed: the easy way and the adventurous way!
The easy way is to reformulate your query into a Tamino friendly X-Query (please note the hyphen!):
VEHICLETEST[PREMAX~=“157.63”]
This will query for VEHICLETEST documents in which the PREMAX element contains “157.63”.
(If your query is on an attribute, the name should be prefixed with an ‘@’, e.g. [@PREMAX~=“157.62”])
The adventurous way would be to install the Server Extension for extra query functions which ships with Tamino. (There is a “contains” function in this Server Extension, though I am not sure if it is exactly what you need.)
Please see the documentation on Server Extensions, and then the Advanced Concepts chapter on “Utilizing Server Extensions”. (This chapter contains a section “More examples”, in which you will find information about the Server Extension providing “…some of the XPath functions that did not find their way into X-Query”.)
I hope this helps,
Trevor.
#webMethods-Tamino-XML-Server-APIs#API-Management#webMethods