Hi,
I need to apply a collation to the Schema of Tamino. I’ve got the desired sort within a XQuery but not changing the Schema.
This is the query:
for $a in input()/Lema
order by $a/cont ascending collation “collation?language=ca”
return $a/cont/text()
and the desired result:
<xq:textNode>cel-la</xq:textNode>
<xq:textNode>cella</xq:textNode>
<xq:textNode>cel
#API-Management#Tamino#webMethods