Grammar productions missing spec conditionality #1574
Labels
Editorial
Minor typos, wording clarifications, example fixes, etc.
PR Pending
A PR has been raised to resolve this issue
XPath
An issue related to XPath
The XPath grammar currently projects the following productions, which appear to be only relevant to XQuery, are not reachable from the
XPath
root, and either lack anif="xquery40"
condition, or wrongly havexpath40
in the condition:ExtendedFieldDeclaration
,ParamListWithDefaults
,ParamWithDefault
In fact, the grammar doesn't allow default values for arguments of inline functions. Is this the case?
The text was updated successfully, but these errors were encountered: