Skip to content

Commit

Permalink
Added note explaining the conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Jan 5, 2025
1 parent a17ea94 commit fe8b617
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions steps/src/main/xml/steps/xslt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@
global context item is absent.</para>
</listitem>
</itemizedlist>

<note>
<para>As a consequence of these rules, it is not possible for XProc to invoke an XSLT 3.0 stylesheet
with an <emphasis>empty</emphasis> global context item <emphasis>and simultaneously</emphasis>
process a single input document.</para>
</note>

<para>The <option>populate-default-collection</option> option is used to control whether all
the documents appearing on <port>source</port> port form the default collection for the XSLT
transformation.</para>
Expand Down

0 comments on commit fe8b617

Please sign in to comment.