
plugin:asset( $pid as xs:string, $scope as xs:string, $asset-path as xs:string ) as node()?
Returns the named asset, which must exist in the
assets/ directory of the plugin, as stored in
the Extensions database. This will only return a value
for Library Module plugins.
xquery version "1.0-ml";
import module namespace plugin = "http://marklogic.com/extension/plugin"
at "/MarkLogic/plugin/plugin.xqy";
plugin:asset-exists("collector-test", "marklogic.appservices", "picture.gif")
(: Returns the asset, 'picture.gif,' used by the collect-test plugin
located in the Extensions database. :)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.