XProc steps
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
p:identity
<p:declare-step type="p:identity">
<p:input port="source" sequence="true"/>
<p:output port="result" sequence="true"/>
</p:declare-step>
The <p:identity> step makes a direct copy of the input document or the input at the input port (“source“) and re-outputs it at the output port (“result“).
Example
The following script re-outputs directly the complete content of the input port.