Dear BaseX team,

the fabulous query plans delivered by xquery:parse and xquery-parse-uri reference functions with their lexical names, but do not contain the namespace bindings,e.g.:

          <StaticFuncCall name="i:writeNameFilter" tailCall="false">
            <VarRef>
              <Var name="$deprecate" id="652"/>
            </VarRef>
          </StaticFuncCall>

It seems to me that using this tool for the analysis of dependencies (e.g. "which modules require function f:foo?", "in which module do I find the definition of function f:bar?"), the namespace bindings would be required. And such analysis would certainly be very useful, especially when dealing with large applications and code bases.

What do you think?

Cheers,
Hans-Jürgen