p:xinclude — The standard p:xinclude step.
The p:xinclude
step applies 1 processing to the source document.
Input port | Primary | Sequence | Content types |
---|
source | ✔ | | xml html |
Output port | Primary | Sequence | Content types |
---|
result | ✔ | | xml html |
Option name | Type | Default value |
---|
fixup-xml-base | xs:boolean | false() |
fixup-xml-lang | xs:boolean | false() |
Declaration
1 |<p:declare-step xmlns:p="http://www.w3.org/ns/xproc">
| <p:input port="source" content-types="xml html"/>
| <p:output port="result" content-types="xml html"/>
| <p:option name="fixup-xml-base" as="xs:boolean" select="false()"/>
5 | <p:option name="fixup-xml-lang" as="xs:boolean" select="false()"/>
|</p:declare-step>
Errors