Name
p:sink — The standard p:sink step.
Synopsis
The p:sink step accepts a sequence of documents and
discards them. It has no output.
| Input port | Primary | Sequence | Content types |
|---|---|---|---|
| source | ✔ | ✔ | any |
Declaration
|<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" type="p:sink">
| <p:input port="source" content-types="any" sequence="true"/>
|</p:declare-step>Description
The p:sink step is a
standard XProc 3.0 step.
It is also described on XProcRef.org.