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 portPrimarySequenceContent types
source✔ ✔ any 
Declaration
  |<p:declare-step xmlns:p="http://www.w3.org/ns/xproc">
  |   <p:input port="source" content-types="any" sequence="true"/>
  |</p:declare-step>
Errors
CodeDescription

Description

The p:sink step is defined in the XProc 3.0: Standard Step Library. It is also described on XProcRef.org.