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 port | Primary | Sequence | Content types |
|---|---|---|---|
| source | ✔ | ✔ | any |
| Output port | Primary | Sequence | Content types |
|---|---|---|---|
| result | ✔ | ✔ | any |
Declaration
|<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" type="p:identity">
| <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.