Skip to content

Instantly share code, notes, and snippets.

@eedeebee
Forked from wpaven/gist:729381
Created December 7, 2010 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eedeebee/732318 to your computer and use it in GitHub Desktop.
Save eedeebee/732318 to your computer and use it in GitHub Desktop.
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