-
-
Save eedeebee/732318 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xquery version "1.0-ml"; | |
(: Copyright 2002-2010 Mark Logic Corporation. All Rights Reserved. :) | |
declare namespace feed = "http://marklogic.com/extension/plugin/feed"; | |
import module namespace plugin = "http://marklogic.com/extension/plugin" at "/MarkLogic/plugin/plugin.xqy"; | |
import module namespace info="http://marklogic.com/appservices/infostudio" at "/MarkLogic/appservices/infostudio/info.xqy"; | |
import module namespace infodev="http://marklogic.com/appservices/infostudio/dev" at "/MarkLogic/appservices/infostudio/infodev.xqy"; | |
declare namespace ml="http://marklogic.com/appservices/mlogic"; | |
declare namespace lbl="http://marklogic.com/xqutils/labels"; | |
declare namespace html = "http://www.w3.org/1999/xhtml"; | |
declare namespace atom = "http://www.w3.org/2005/Atom"; | |
declare default function namespace "http://www.w3.org/2005/xpath-functions"; | |
(:~ Map of capabilities implemented by this Plugin. | |
: | |
: Required capabilities for all Collectors | |
: - http://marklogic.com/appservices/infostudio/collector/model | |
: - http://marklogic.com/appservices/infostudio/collector/start | |
: - http://marklogic.com/appservices/string | |
:) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment