981: add function isUnique()
Please add the function isUnique(). At the moment we leave this undefined and the XPath missing where we have a uniqueness test on Atomic Types. This function would allow us to fill in the missing XPath. The definition of the function is: declare function fun:isUnique($arg as xs:anyAtomicType*) as xs:boolean (: Returns whether the list of … Continued