Hello,
yes, good idea. We also would like to have such functionality within our X-Application framework. We could manage sub-documents. Especially, for recursive schemas it would be necessary to have the path expression to identify the node when using ‘//’ within the query expression. Perhaps, we will make proposal to extend Tamino with a ‘path’ function.
Are more people interested in this functionality, let me know.
When I read your post, I was absolutely surprised that this kind of query you described can be handled by X-Application.
Did you define also a parameter with name ‘queryschema(…)’?
Lets assume you defined a queryschema(Property), I would expect that X-Application sends an XQL expression to Tamino of the form
/Property[//.~=‘…’]
In this case you receive the Property documents. The returned documents have at least one element whose content contains the string ‘…’.
Could you check whether you received documents starting from the root element or ‘sub-documents’ starting from the element which contains the string ‘…’.
Thank you,
Christian.
#Tamino#webMethods#API-Management