This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Description
Trying to use /roxy/lib/rewriter-lib.xqy with MarkLogic 9.0-3.1 results in the following error:
Notice: XDMP-IMPMODNS: (err:XQST0059) Import module namespace http://marklogic.com/rest-api/endpoints/config does not match target namespace http://marklogic.com/rest-api/endpoints/config_DELETE_IF_UNUSED of imported module /MarkLogic/rest-api/endpoints/config.xqy
Notice:+in /roxy/lib/rewriter-lib.xqy, at 5:0 [1.0-ml]
This is because /MarkLogic/rest-api/endpoints/config.xqy has changed the module namespace to:
module namespace conf = "http://marklogic.com/rest-api/endpoints/config_DELETE_IF_UNUSED";