plugin:install-from-filesystem( $scope as xs:string ) as xs:integer
This function installs a Library Module plugin from a fixed
location on the filesystem (Assets/plugins/...) into the
Extensions database. Any application that calls this
function must do so through a function amped to the
application-plugin-registrar
role. It
returns the number of plugins installed.
xquery version "1.0-ml"; import module namespace plugin = "http://marklogic.com/extension/plugin" at "/MarkLogic/plugin/plugin.xqy"; plugin:install-from-filesystem("marklogic.appservices") (: Installs all of the plugins located in /Assets/plugins/marklogic/appservices into the Extensions database. :)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.