BaseXdb / basex

BaseX Main Repository.
http://basex.org
BSD 3-Clause "New" or "Revised" License
678 stars 268 forks source link

XQuery: context item declaration, unknown function #2122

Closed ChristianGruen closed 2 years ago

ChristianGruen commented 2 years ago
declare context item external := local:f();
()

…triggers a NullPointerException.