admin.groupUsingNamespace( namespace-uri as String ) as element(gr.usingNamespace)
This function constructs a using namespace element with the specified URI.
Parameters | |
---|---|
namespace-uri | The namespace URI. |
const admin = require('/MarkLogic/admin.xqy'); admin.groupUsingNamespace("my.namespace") //Returns the namespace specification