xproc / 3.0-steps

Repository for change requests to the standard step library and for official extension steps
10 stars 7 forks source link

Minor textual problem in p:xslt's section on invoking an xslt 3.0 stylesheet #515

Closed xml-project closed 2 years ago

xml-project commented 2 years ago

In the section on invoking a xslt 3.0 stylesheet it says:

The populate-default-collection option is used to control whether all the documents appearing on source port form the default collection for the XSLT transformation.

But then in the very next section it says:

If no value is supplied for template-name option an “Apply-template invocation” is performed. The documents that appear on source are taken to be the initial match selection. The default collection is undefined. [my emph]

I think the last sentence is wrong. It should say "The default collection depends on the setting for option "populate-default-collection".