diff --git a/xproc/src/main/xml/specification.xml b/xproc/src/main/xml/specification.xml
index bd9d2bf8f..2583299de 100644
--- a/xproc/src/main/xml/specification.xml
+++ b/xproc/src/main/xml/specification.xml
@@ -6354,13 +6354,14 @@ If the attribute is not specified, the value
must be used to evaluate XPath expressions subject
to the constraints outlined in .
It is a static error if
-the requested XPath version is less than “3.1”.
+the requested XPath version is less than “3.1” or is
+not supported by the processor.
If a pipeline does not request a specific XPath version, the version
used is implementation-defined. If different
pipelines or libraries declare different XPath versions, it is
implementation-defined how those conflicts are resolved.
An implementation might use different versions for different pipelines, or it might
-use the same version for all pipelines. If an implementation elects to us the
+use the same version for all pipelines. If an implementation elects to use the
same version for all pipelines, the version selected is implementation-defined.