From fe8b6179cef72e44f3f685b9f055ed6c6f393a9f Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sun, 5 Jan 2025 07:12:10 +0000 Subject: [PATCH] Added note explaining the conflict --- steps/src/main/xml/steps/xslt.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/steps/src/main/xml/steps/xslt.xml b/steps/src/main/xml/steps/xslt.xml index 8d36db2..7e78d2d 100644 --- a/steps/src/main/xml/steps/xslt.xml +++ b/steps/src/main/xml/steps/xslt.xml @@ -64,6 +64,13 @@ global context item is absent. + + + As a consequence of these rules, it is not possible for XProc to invoke an XSLT 3.0 stylesheet + with an empty global context item and simultaneously + process a single input document. + + The option is used to control whether all the documents appearing on source port form the default collection for the XSLT transformation.