transpectdoc

Generates a Code Reference for a Transpect Project

Repository
Git URL https://github.com/transpect/transpectdoc.git
SVN URL https://github.com/transpect/transpectdoc
Base URI http://transpect.io/transpectdoc/

Source ⬇

cx:collection-manager

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cx:collection-manager xmlns:cx="http://xmlcalabash.com/ns/extensions">
  <p:input port="source" sequence="true"/>
  <p:output port="result" sequence="true" primary="false"/>
  <p:option name="href" required="true"/>
</cx:collection-manager>

cx:css-formatter

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cx:css-formatter xmlns:cx="http://xmlcalabash.com/ns/extensions">
  <p:input port="source" primary="true"/>
  <p:input port="css" sequence="true"/>
  <p:input port="parameters"/>
  <p:output port="result" primary="false"/>
  <p:option name="href" required="true"/>
  <p:option name="content-type"/>
</cx:css-formatter>

cx:delta-xml

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cx:delta-xml xmlns:cx="http://xmlcalabash.com/ns/extensions">
  <p:input port="source"/>
  <p:input port="alternate"/>
  <p:input port="dxp"/>
  <p:output port="result"/>
</cx:delta-xml>

cx:eval

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cx:eval xmlns:cx="http://xmlcalabash.com/ns/extensions">
  <p:input port="pipeline"/>
  <p:input port="source" sequence="true"/>
  <p:input port="options"/>
  <p:output port="result"/>
  <p:option name="step"/>
  <p:option name="detailed"/>
</cx:eval>

cx:get-cookies

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cx:get-cookies xmlns:cx="http://xmlcalabash.com/ns/extensions">
  <p:output port="result"/>
  <p:option name="cookies" required="true"/>
</cx:get-cookies>

cx:java-properties

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cx:java-properties xmlns:cx="http://xmlcalabash.com/ns/extensions">
  <p:output port="result"/>
  <p:option name="href"/>
</cx:java-properties>

cx:message

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cx:message xmlns:cx="http://xmlcalabash.com/ns/extensions">
  <p:input port="source" sequence="true"/>
  <p:output port="result" sequence="true"/>
  <p:option name="message" required="true"/>
</cx:message>

cx:metadata-extractor

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cx:metadata-extractor xmlns:cx="http://xmlcalabash.com/ns/extensions">
  <p:output port="result"/>
  <p:option name="href"/>
</cx:metadata-extractor>

cx:namespace-delete

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cx:namespace-delete xmlns:cx="http://xmlcalabash.com/ns/extensions">
  <p:input port="source"/>
  <p:output port="result"/>
  <p:option name="prefixes"/>
</cx:namespace-delete>

cx:nvdl

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cx:nvdl xmlns:cx="http://xmlcalabash.com/ns/extensions">
  <p:input port="source" primary="true"/>
  <p:input port="nvdl"/>
  <p:input port="schemas" sequence="true"/>
  <p:output port="result"/>
  <p:option name="assert-valid" select="'true'"/>
</cx:nvdl>

cx:pretty-print

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cx:pretty-print xmlns:cx="http://xmlcalabash.com/ns/extensions">
  <p:input port="source"/>
  <p:output port="result"/>
</cx:pretty-print>

cx:report-errors

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cx:report-errors xmlns:cx="http://xmlcalabash.com/ns/extensions">
  <p:input port="source" primary="true"/>
  <p:input port="report" sequence="true"/>
  <p:output port="result" sequence="true"/>
  <p:option name="code"/>
  <p:option name="code-prefix"/>
  <p:option name="code-namespace"/>
</cx:report-errors>

cx:send-mail

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cx:send-mail xmlns:cx="http://xmlcalabash.com/ns/extensions">
  <p:input port="source" sequence="true"/>
  <p:output port="result"/>
</cx:send-mail>

cx:set-cookies

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cx:set-cookies xmlns:cx="http://xmlcalabash.com/ns/extensions">
  <p:input port="source"/>
  <p:option name="cookies" required="true"/>
</cx:set-cookies>

cx:unzip

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cx:unzip xmlns:cx="http://xmlcalabash.com/ns/extensions">
  <p:output port="result"/>
  <p:option name="href" required="true"/>
  <p:option name="file"/>
  <p:option name="content-type"/>
</cx:unzip>

cx:uri-info

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cx:uri-info xmlns:cx="http://xmlcalabash.com/ns/extensions">
  <p:output port="result"/>
  <p:option name="href" required="true"/>
  <p:option name="username"/>
  <p:option name="password"/>
  <p:option name="auth-method"/>
  <p:option name="send-authorization"/>
</cx:uri-info>

cx:zip

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cx:zip xmlns:cx="http://xmlcalabash.com/ns/extensions">
  <p:input port="source" sequence="true" primary="true"/>
  <p:input port="manifest"/>
  <p:output port="result"/>
  <p:option name="href" required="true"/>
  <p:option name="compression-method"/>
  <p:option name="compression-level"/>
  <p:option name="command" select="'update'"/>
</cx:zip>

cxf:copy

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cxf:copy xmlns:cxf="http://xmlcalabash.com/ns/extensions/fileutils">
  <p:output port="result" primary="false"/>
  <p:option name="href" required="true"/>
  <p:option name="target" required="true"/>
  <p:option name="fail-on-error" select="'true'"/>
</cxf:copy>

cxf:delete

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cxf:delete xmlns:cxf="http://xmlcalabash.com/ns/extensions/fileutils">
  <p:output port="result" primary="false"/>
  <p:option name="href" required="true"/>
  <p:option name="recursive" select="'false'"/>
  <p:option name="fail-on-error" select="'true'"/>
</cxf:delete>

cxf:head

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cxf:head xmlns:cxf="http://xmlcalabash.com/ns/extensions/fileutils">
  <p:output port="result"/>
  <p:option name="href" required="true"/>
  <p:option name="count" required="true"/>
  <p:option name="fail-on-error" select="'true'"/>
</cxf:head>

cxf:info

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cxf:info xmlns:cxf="http://xmlcalabash.com/ns/extensions/fileutils">
  <p:output port="result" sequence="true"/>
  <p:option name="href" required="true"/>
  <p:option name="fail-on-error" select="'true'"/>
</cxf:info>

cxf:mkdir

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cxf:mkdir xmlns:cxf="http://xmlcalabash.com/ns/extensions/fileutils">
  <p:output port="result" primary="false"/>
  <p:option name="href" required="true"/>
  <p:option name="fail-on-error" select="'true'"/>
</cxf:mkdir>

cxf:move

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cxf:move xmlns:cxf="http://xmlcalabash.com/ns/extensions/fileutils">
  <p:output port="result" primary="false"/>
  <p:option name="href" required="true"/>
  <p:option name="target" required="true"/>
  <p:option name="fail-on-error" select="'true'"/>
</cxf:move>

cxf:tail

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cxf:tail xmlns:cxf="http://xmlcalabash.com/ns/extensions/fileutils">
  <p:output port="result"/>
  <p:option name="href" required="true"/>
  <p:option name="count" required="true"/>
  <p:option name="fail-on-error" select="'true'"/>
</cxf:tail>

cxf:tempfile

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cxf:tempfile xmlns:cxf="http://xmlcalabash.com/ns/extensions/fileutils">
  <p:output port="result" primary="false"/>
  <p:option name="href" required="true"/>
  <p:option name="prefix"/>
  <p:option name="suffix"/>
  <p:option name="delete-on-exit"/>
  <p:option name="fail-on-error" select="'true'"/>
</cxf:tempfile>

cxf:touch

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cxf:touch xmlns:cxf="http://xmlcalabash.com/ns/extensions/fileutils">
  <p:output port="result" primary="false"/>
  <p:option name="href" required="true"/>
  <p:option name="timestamp"/>
  <p:option name="fail-on-error" select="'true'"/>
</cxf:touch>

cxo:cwd

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cxo:cwd xmlns:cxo="http://xmlcalabash.com/ns/extensions/osutils">
  <p:output port="result" sequence="true"/>
</cxo:cwd>

cxo:env

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cxo:env xmlns:cxo="http://xmlcalabash.com/ns/extensions/osutils">
  <p:output port="result"/>
</cxo:env>

cxo:info

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cxo:info xmlns:cxo="http://xmlcalabash.com/ns/extensions/osutils">
  <p:output port="result"/>
</cxo:info>

cxu:compare

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<cxu:compare xmlns:cxu="http://xmlcalabash.com/ns/extensions/xmlunit">
  <p:input port="source" primary="true"/>
  <p:input port="alternate"/>
  <p:output port="result" primary="false"/>
  <p:option name="compare-unmatched" select="'false'"/>
  <p:option name="ignore-comments" select="'false'"/>
  <p:option name="ignore-diff-between-text-and-cdata" select="'false'"/>
  <p:option name="ignore-whitespace" select="'false'"/>
  <p:option name="normalize" select="'false'"/>
  <p:option name="normalize-whitespace" select="'false'"/>
  <p:option name="fail-if-not-equal" select="'false'"/>
</cxu:compare>

ml:adhoc-query

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<ml:adhoc-query xmlns:ml="http://xmlcalabash.com/ns/extensions/marklogic">
  <p:input port="source"/>
  <p:input port="parameters"/>
  <p:output port="result" sequence="true"/>
  <p:option name="host"/>
  <p:option name="port"/>
  <p:option name="user"/>
  <p:option name="password"/>
  <p:option name="content-base"/>
  <p:option name="wrapper"/>
</ml:adhoc-query>

ml:insert-document

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<ml:insert-document xmlns:ml="http://xmlcalabash.com/ns/extensions/marklogic">
  <p:input port="source"/>
  <p:output port="result" primary="false"/>
  <p:option name="host"/>
  <p:option name="port"/>
  <p:option name="user"/>
  <p:option name="password"/>
  <p:option name="content-base"/>
  <p:option name="uri" required="true"/>
  <p:option name="buffer-size"/>
  <p:option name="collections"/>
  <p:option name="format"/>
  <p:option name="language"/>
  <p:option name="locale"/>
</ml:insert-document>

ml:invoke-module

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<ml:invoke-module xmlns:ml="http://xmlcalabash.com/ns/extensions/marklogic">
  <p:input port="parameters"/>
  <p:output port="result" sequence="true"/>
  <p:option name="module" required="true"/>
  <p:option name="host"/>
  <p:option name="port"/>
  <p:option name="user"/>
  <p:option name="password"/>
  <p:option name="content-base"/>
  <p:option name="wrapper"/>
</ml:invoke-module>

pos:cwd

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<pos:cwd xmlns:pos="http://exproc.org/proposed/steps/os">
  <p:output port="result" sequence="true"/>
</pos:cwd>

pos:env

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<pos:env xmlns:pos="http://exproc.org/proposed/steps/os">
  <p:output port="result"/>
</pos:env>

pos:info

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<pos:info xmlns:pos="http://exproc.org/proposed/steps/os">
  <p:output port="result"/>
</pos:info>

pxf:copy

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<pxf:copy xmlns:pxf="http://exproc.org/proposed/steps/file">
  <p:output port="result" primary="false"/>
  <p:option name="href" required="true"/>
  <p:option name="target" required="true"/>
  <p:option name="fail-on-error" select="'true'"/>
</pxf:copy>

pxf:delete

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<pxf:delete xmlns:pxf="http://exproc.org/proposed/steps/file">
  <p:output port="result" primary="false"/>
  <p:option name="href" required="true"/>
  <p:option name="recursive" select="'false'"/>
  <p:option name="fail-on-error" select="'true'"/>
</pxf:delete>

pxf:head

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<pxf:head xmlns:pxf="http://exproc.org/proposed/steps/file">
  <p:output port="result"/>
  <p:option name="href" required="true"/>
  <p:option name="count" required="true"/>
  <p:option name="fail-on-error" select="'true'"/>
</pxf:head>

pxf:info

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<pxf:info xmlns:pxf="http://exproc.org/proposed/steps/file">
  <p:output port="result" sequence="true"/>
  <p:option name="href" required="true"/>
  <p:option name="fail-on-error" select="'true'"/>
</pxf:info>

pxf:mkdir

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<pxf:mkdir xmlns:pxf="http://exproc.org/proposed/steps/file">
  <p:output port="result" primary="false"/>
  <p:option name="href" required="true"/>
  <p:option name="fail-on-error" select="'true'"/>
</pxf:mkdir>

pxf:move

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<pxf:move xmlns:pxf="http://exproc.org/proposed/steps/file">
  <p:output port="result" primary="false"/>
  <p:option name="href" required="true"/>
  <p:option name="target" required="true"/>
  <p:option name="fail-on-error" select="'true'"/>
</pxf:move>

pxf:tail

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<pxf:tail xmlns:pxf="http://exproc.org/proposed/steps/file">
  <p:output port="result"/>
  <p:option name="href" required="true"/>
  <p:option name="count" required="true"/>
  <p:option name="fail-on-error" select="'true'"/>
</pxf:tail>

pxf:tempfile

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<pxf:tempfile xmlns:pxf="http://exproc.org/proposed/steps/file">
  <p:output port="result" primary="false"/>
  <p:option name="href" required="true"/>
  <p:option name="prefix"/>
  <p:option name="suffix"/>
  <p:option name="delete-on-exit"/>
  <p:option name="fail-on-error" select="'true'"/>
</pxf:tempfile>

pxf:touch

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<pxf:touch xmlns:pxf="http://exproc.org/proposed/steps/file">
  <p:output port="result" primary="false"/>
  <p:option name="href" required="true"/>
  <p:option name="timestamp"/>
  <p:option name="fail-on-error" select="'true'"/>
</pxf:touch>

pxp:nvdl

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<pxp:nvdl xmlns:pxp="http://exproc.org/proposed/steps">
  <p:input port="source" primary="true"/>
  <p:input port="nvdl"/>
  <p:input port="schemas" sequence="true"/>
  <p:output port="result"/>
  <p:option name="assert-valid" select="'true'"/>
</pxp:nvdl>

pxp:unzip

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<pxp:unzip xmlns:pxp="http://exproc.org/proposed/steps">
  <p:output port="result"/>
  <p:option name="href" required="true"/>
  <p:option name="file"/>
  <p:option name="content-type"/>
</pxp:unzip>

pxp:zip

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/library-1.0.xpl"/>

Synopsis

<pxp:zip xmlns:pxp="http://exproc.org/proposed/steps">
  <p:input port="source" sequence="true" primary="true"/>
  <p:input port="manifest"/>
  <p:output port="result"/>
  <p:option name="href" required="true"/>
  <p:option name="compression-method"/>
  <p:option name="compression-level"/>
  <p:option name="command" select="'update'"/>
</pxp:zip>

letex:unzip

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/ltx-lib.xpl"/>

Synopsis

<letex:unzip xmlns:letex="http://www.le-tex.de/namespace">
  <p:output port="result" primary="true"/>
  <p:option name="zip" required="true"/>
  <p:option name="dest-dir" required="true"/>
  <p:option name="overwrite" required="false" select="'no'"/>
  <p:option name="file" required="false"/>
</letex:unzip>

letex:validate-with-rng

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/ltx-lib.xpl"/>

Synopsis

<letex:validate-with-rng xmlns:letex="http://www.le-tex.de/namespace">
  <p:input port="source" primary="true"/>
  <p:input port="schema"/>
  <p:output port="result" primary="true"/>
  <p:output port="report"/>
</letex:validate-with-rng>

letex:image-identify

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/ltx-lib.xpl"/>

Synopsis

<letex:image-identify xmlns:letex="http://www.le-tex.de/namespace">
  <p:input port="source" sequence="true" primary="true"/>
  <p:output port="result" sequence="true" primary="true"/>
  <p:output port="report" sequence="true"/>
  <p:option name="href"/>
</letex:image-identify>

p:add-attribute

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:add-attribute xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source"/>
  <p:output port="result"/>
  <p:option name="match" required="true"/>
  <p:option name="attribute-name" required="true"/>
  <p:option name="attribute-prefix"/>
  <p:option name="attribute-namespace"/>
  <p:option name="attribute-value" required="true"/>
</p:add-attribute>

p:add-xml-base

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:add-xml-base xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source"/>
  <p:output port="result"/>
  <p:option name="all" select="'false'"/>
  <p:option name="relative" select="'true'"/>
</p:add-xml-base>

p:compare

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:compare xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" primary="true"/>
  <p:input port="alternate"/>
  <p:output port="result" primary="false"/>
  <p:option name="fail-if-not-equal" select="'false'"/>
</p:compare>

p:count

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:count xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" sequence="true"/>
  <p:output port="result"/>
  <p:option name="limit" select="0"/>
</p:count>

p:delete

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:delete xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source"/>
  <p:output port="result"/>
  <p:option name="match" required="true"/>
</p:delete>

p:directory-list

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:directory-list xmlns:p="http://www.w3.org/ns/xproc">
  <p:output port="result"/>
  <p:option name="path" required="true"/>
  <p:option name="include-filter"/>
  <p:option name="exclude-filter"/>
</p:directory-list>

p:error

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:error xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" primary="false"/>
  <p:output port="result" sequence="true"/>
  <p:option name="code" required="true"/>
  <p:option name="code-prefix"/>
  <p:option name="code-namespace"/>
</p:error>

p:escape-markup

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:escape-markup xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source"/>
  <p:output port="result"/>
  <p:option name="cdata-section-elements" select="''"/>
  <p:option name="doctype-public"/>
  <p:option name="doctype-system"/>
  <p:option name="escape-uri-attributes" select="'false'"/>
  <p:option name="include-content-type" select="'true'"/>
  <p:option name="indent" select="'false'"/>
  <p:option name="media-type"/>
  <p:option name="method" select="'xml'"/>
  <p:option name="omit-xml-declaration" select="'true'"/>
  <p:option name="standalone" select="'omit'"/>
  <p:option name="undeclare-prefixes"/>
  <p:option name="version" select="'1.0'"/>
</p:escape-markup>

p:filter

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:filter xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source"/>
  <p:output port="result" sequence="true"/>
  <p:option name="select" required="true"/>
</p:filter>

p:http-request

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:http-request xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source"/>
  <p:output port="result"/>
  <p:option name="byte-order-mark"/>
  <p:option name="cdata-section-elements" select="''"/>
  <p:option name="doctype-public"/>
  <p:option name="doctype-system"/>
  <p:option name="encoding"/>
  <p:option name="escape-uri-attributes" select="'false'"/>
  <p:option name="include-content-type" select="'true'"/>
  <p:option name="indent" select="'false'"/>
  <p:option name="media-type"/>
  <p:option name="method" select="'xml'"/>
  <p:option name="normalization-form" select="'none'"/>
  <p:option name="omit-xml-declaration" select="'true'"/>
  <p:option name="standalone" select="'omit'"/>
  <p:option name="undeclare-prefixes"/>
  <p:option name="version" select="'1.0'"/>
</p:http-request>

p:identity

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:identity xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" sequence="true"/>
  <p:output port="result" sequence="true"/>
</p:identity>

p:insert

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:insert xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" primary="true"/>
  <p:input port="insertion" sequence="true"/>
  <p:output port="result"/>
  <p:option name="match" select="'/*'"/>
  <p:option name="position" required="true"/>
</p:insert>

p:label-elements

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:label-elements xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source"/>
  <p:output port="result"/>
  <p:option name="attribute" select="'xml:id'"/>
  <p:option name="attribute-prefix"/>
  <p:option name="attribute-namespace"/>
  <p:option name="label" select="'concat("_",$p:index)'"/>
  <p:option name="match" select="'*'"/>
  <p:option name="replace" select="'true'"/>
</p:label-elements>

p:load

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:load xmlns:p="http://www.w3.org/ns/xproc">
  <p:output port="result"/>
  <p:option name="href" required="true"/>
  <p:option name="dtd-validate" select="'false'"/>
</p:load>

p:make-absolute-uris

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:make-absolute-uris xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source"/>
  <p:output port="result"/>
  <p:option name="match" required="true"/>
  <p:option name="base-uri"/>
</p:make-absolute-uris>

p:namespace-rename

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:namespace-rename xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source"/>
  <p:output port="result"/>
  <p:option name="from"/>
  <p:option name="to"/>
  <p:option name="apply-to" select="'all'"/>
</p:namespace-rename>

p:pack

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:pack xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" sequence="true" primary="true"/>
  <p:input port="alternate" sequence="true"/>
  <p:output port="result" sequence="true"/>
  <p:option name="wrapper" required="true"/>
  <p:option name="wrapper-prefix"/>
  <p:option name="wrapper-namespace"/>
</p:pack>

p:parameters

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:parameters xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="parameters" primary="false"/>
  <p:output port="result" primary="false"/>
</p:parameters>

p:rename

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:rename xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source"/>
  <p:output port="result"/>
  <p:option name="match" required="true"/>
  <p:option name="new-name" required="true"/>
  <p:option name="new-prefix"/>
  <p:option name="new-namespace"/>
</p:rename>

p:replace

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:replace xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" primary="true"/>
  <p:input port="replacement"/>
  <p:output port="result"/>
  <p:option name="match" required="true"/>
</p:replace>

p:set-attributes

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:set-attributes xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" primary="true"/>
  <p:input port="attributes"/>
  <p:output port="result"/>
  <p:option name="match" required="true"/>
</p:set-attributes>

p:sink

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:sink xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" sequence="true"/>
</p:sink>

p:split-sequence

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:split-sequence xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" sequence="true"/>
  <p:output port="matched" sequence="true" primary="true"/>
  <p:output port="not-matched" sequence="true"/>
  <p:option name="initial-only" select="'false'"/>
  <p:option name="test" required="true"/>
</p:split-sequence>

p:store

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:store xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source"/>
  <p:output port="result" primary="false"/>
  <p:option name="href" required="true"/>
  <p:option name="byte-order-mark"/>
  <p:option name="cdata-section-elements" select="''"/>
  <p:option name="doctype-public"/>
  <p:option name="doctype-system"/>
  <p:option name="encoding"/>
  <p:option name="escape-uri-attributes" select="'false'"/>
  <p:option name="include-content-type" select="'true'"/>
  <p:option name="indent" select="'false'"/>
  <p:option name="media-type"/>
  <p:option name="method" select="'xml'"/>
  <p:option name="normalization-form" select="'none'"/>
  <p:option name="omit-xml-declaration" select="'true'"/>
  <p:option name="standalone" select="'omit'"/>
  <p:option name="undeclare-prefixes"/>
  <p:option name="version" select="'1.0'"/>
</p:store>

p:string-replace

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:string-replace xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source"/>
  <p:output port="result"/>
  <p:option name="match" required="true"/>
  <p:option name="replace" required="true"/>
</p:string-replace>

p:unescape-markup

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:unescape-markup xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source"/>
  <p:output port="result"/>
  <p:option name="namespace"/>
  <p:option name="content-type" select="'application/xml'"/>
  <p:option name="encoding"/>
  <p:option name="charset"/>
</p:unescape-markup>

p:unwrap

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:unwrap xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source"/>
  <p:output port="result"/>
  <p:option name="match" required="true"/>
</p:unwrap>

p:wrap

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:wrap xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source"/>
  <p:output port="result"/>
  <p:option name="wrapper" required="true"/>
  <p:option name="wrapper-prefix"/>
  <p:option name="wrapper-namespace"/>
  <p:option name="match" required="true"/>
  <p:option name="group-adjacent"/>
</p:wrap>

p:wrap-sequence

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:wrap-sequence xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" sequence="true"/>
  <p:output port="result" sequence="true"/>
  <p:option name="wrapper" required="true"/>
  <p:option name="wrapper-prefix"/>
  <p:option name="wrapper-namespace"/>
  <p:option name="group-adjacent"/>
</p:wrap-sequence>

p:xinclude

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:xinclude xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source"/>
  <p:output port="result"/>
  <p:option name="fixup-xml-base" select="'false'"/>
  <p:option name="fixup-xml-lang" select="'false'"/>
</p:xinclude>

p:xslt

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:xslt xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" sequence="true" primary="true"/>
  <p:input port="stylesheet"/>
  <p:input port="parameters"/>
  <p:output port="result" primary="true"/>
  <p:output port="secondary" sequence="true"/>
  <p:option name="initial-mode"/>
  <p:option name="template-name"/>
  <p:option name="output-base-uri"/>
  <p:option name="version"/>
</p:xslt>

p:exec

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:exec xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" sequence="true" primary="true"/>
  <p:output port="result" primary="true"/>
  <p:output port="errors"/>
  <p:output port="exit-status"/>
  <p:option name="command" required="true"/>
  <p:option name="args" select="''"/>
  <p:option name="cwd"/>
  <p:option name="source-is-xml" select="'true'"/>
  <p:option name="result-is-xml" select="'true'"/>
  <p:option name="wrap-result-lines" select="'false'"/>
  <p:option name="errors-is-xml" select="'false'"/>
  <p:option name="wrap-error-lines" select="'false'"/>
  <p:option name="path-separator"/>
  <p:option name="failure-threshold"/>
  <p:option name="arg-separator" select="' '"/>
  <p:option name="byte-order-mark"/>
  <p:option name="cdata-section-elements" select="''"/>
  <p:option name="doctype-public"/>
  <p:option name="doctype-system"/>
  <p:option name="encoding"/>
  <p:option name="escape-uri-attributes" select="'false'"/>
  <p:option name="include-content-type" select="'true'"/>
  <p:option name="indent" select="'false'"/>
  <p:option name="media-type"/>
  <p:option name="method" select="'xml'"/>
  <p:option name="normalization-form" select="'none'"/>
  <p:option name="omit-xml-declaration" select="'true'"/>
  <p:option name="standalone" select="'omit'"/>
  <p:option name="undeclare-prefixes"/>
  <p:option name="version" select="'1.0'"/>
</p:exec>

p:hash

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:hash xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" primary="true"/>
  <p:input port="parameters"/>
  <p:output port="result"/>
  <p:option name="value" required="true"/>
  <p:option name="algorithm" required="true"/>
  <p:option name="match" required="true"/>
  <p:option name="version"/>
</p:hash>

p:uuid

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:uuid xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" primary="true"/>
  <p:output port="result"/>
  <p:option name="match" required="true"/>
  <p:option name="version"/>
</p:uuid>

p:validate-with-relax-ng

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:validate-with-relax-ng xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" primary="true"/>
  <p:input port="schema"/>
  <p:output port="result"/>
  <p:option name="dtd-attribute-values" select="'false'"/>
  <p:option name="dtd-id-idref-warnings" select="'false'"/>
  <p:option name="assert-valid" select="'true'"/>
</p:validate-with-relax-ng>

p:validate-with-schematron

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:validate-with-schematron xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="parameters"/>
  <p:input port="source" primary="true"/>
  <p:input port="schema"/>
  <p:output port="result" primary="true"/>
  <p:output port="report" sequence="true"/>
  <p:option name="phase" select="'#ALL'"/>
  <p:option name="assert-valid" select="'true'"/>
</p:validate-with-schematron>

p:validate-with-xml-schema

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:validate-with-xml-schema xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" primary="true"/>
  <p:input port="schema" sequence="true"/>
  <p:output port="result"/>
  <p:option name="use-location-hints" select="'false'"/>
  <p:option name="try-namespaces" select="'false'"/>
  <p:option name="assert-valid" select="'true'"/>
  <p:option name="mode" select="'strict'"/>
</p:validate-with-xml-schema>

p:www-form-urldecode

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:www-form-urldecode xmlns:p="http://www.w3.org/ns/xproc">
  <p:output port="result"/>
  <p:option name="value" required="true"/>
</p:www-form-urldecode>

p:www-form-urlencode

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:www-form-urlencode xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" primary="true"/>
  <p:input port="parameters"/>
  <p:output port="result"/>
  <p:option name="match" required="true"/>
</p:www-form-urlencode>

p:xquery

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:xquery xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source" sequence="true" primary="true"/>
  <p:input port="query"/>
  <p:input port="parameters"/>
  <p:output port="result" sequence="true"/>
</p:xquery>

p:xsl-formatter

Import

<p:import href="http://transpect.io/transpectdoc/xpl/lib/xproc-1.0.xpl"/>

Synopsis

<p:xsl-formatter xmlns:p="http://www.w3.org/ns/xproc">
  <p:input port="source"/>
  <p:input port="parameters"/>
  <p:output port="result" primary="false"/>
  <p:option name="href" required="true"/>
  <p:option name="content-type"/>
</p:xsl-formatter>

GitHub sync date: 2024-04-23+02:00