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">
| <p:input port="source" sequence="true" content-types="any"/>
| <p:output port="result" sequence="true" content-types="any"/>
|</p:declare-step>
Errors
Code | Description |
---|
Description
The p:identity
step is defined in the
XProc 3.0:
Standard Step Library. It is also described on
XProcRef.org.