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>

Description

The p:identity step is a standard XProc 3.0 step. It is also described on XProcRef.org.