One more. I can't figure out the syntax to specific multiple QName in a function parameter:
cts:element-query(
$element-name as xs:QName*,
$query as cts:query
) as cts:element-query
This get me: Unexpected token syntax error, unexpected QName_, expecting
Comma_ or Rpar_
cts:element-query((xs:QName(ele1),xs:QName('ele2')),cts:and-query(())),
Thanks,
gary
<<image001.gif>>
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
