Name

p:identity — The standard p:identity step.

Synopsis

The p:identity step makes a verbatim copy of its input available on its output.

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

Description

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