Hi there,
I am using XQuery to replace some of many of old X-Queries. The problem I am getting now is that the nodes retrieved using XQuery will not have the attribute ino:id in the returned nodes. I know that it can be obtained using tf:getInoId(), but how do I append the ino:id attribute to the node?
See, an X-Query “/user” returns <user ino:id=1 …/>
Now, the equivalent XQuery: “for $b in input()/user return $b” will return <user …/>.
Is there any way I can still obtain the same node, say by appending the ino:id attribute to the $b variable?
Any suggestions?
Thanks.
– Juan
#webMethods#Tamino#API-Management