I tried following xquery on Tamino Interactive Interface, but it gives the error saying that the function is unknown. What did I do wrong?
declare namespace xf=“W3C XQuery 1.0 and XPath 2.0 Functions and Operators”
let $b := (1,2,3)
return xf:index-of($b,1)
It seems all the functions on sequences are not working. Can someone tell me why? thanks.