Hello,
I have the following xquery:
declare namespace tf = "http://namespaces.softwareag.com/tamino/TaminoFunction"
for $b in input()/STLBibliographicIbermarc
where tf:getInoId($b) < 10
return tf:getInoId($b)
sort by tf:getInoId($b) descending
There appears to have a problem with this code in the sort clause. The behavior I want to achieve is simply to sort the resutset by inoid descending. Can anyone help me?
Thanks in advance,
Julien Martin.
#API-Management#webMethods#Tamino