Name
p:os-info — The standard p:os-info step.
Synopsis
The p:os-info
step returns information about the
operating system on which the processor is running.
Output port | Primary | Sequence | Content types |
---|---|---|---|
result | ✔ | application/xml |
Declaration
|<p:declare-step xmlns:p="http://www.w3.org/ns/xproc">
| <p:output port="result" content-types="application/xml" primary="true"/>
|</p:declare-step>
Errors
Code | Description |
---|
Implementation defined features
- The exact set of properties returned is implementation-defined.
Description
The p:os-info
step is defined in the
XProc 3.1:
Standard Step Library. It is also described on
XProcRef.org.