Name

p:xinclude — The standard p:xinclude step.

Synopsis

The p:xinclude step applies 1 processing to the source document.

Input portPrimarySequenceContent types
source✔  xml html 
Output portPrimarySequenceContent types
result✔  xml html 
Option nameTypeDefault value
fixup-xml-basexs:booleanfalse()
fixup-xml-langxs:booleanfalse()
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
CodeDescription
err:XC0029It is a dynamic error (err:XC0029) if an XInclude error occurs during processing.

Description

The p:xinclude step is defined in the XProc 3.0: Standard Step Library. It is also described on XProcRef.org.