Open rhdunn opened 9 years ago
If you change the version to "1.0-ml" or specify in settings that you are using "Marklogic 8" flavour it will no longer highlight those as unresolved. This type of syntax (not specifying namespaces on function declarations in modules is not valid in any other XQuery implementation). As part of this issue I'll add inspection that will highlight those as errors in all other flavours.
Given:
The
foo:g#1
construct is flagged as the error "Cannot resolve functionfoo:g
". If I replace this withg#1
I get the error "Cannot resolve functionfoo:f
". Both of these constructs are valid according to MarkLogic.