-
Type: Bug
-
Status: Applied
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: ODF 1.2 CD 05
-
Fix Version/s: ODF 1.2 CD 06
-
Component/s: OpenFormula, Part 4 (Formula) [1.2: 2]
-
Labels:None
-
Proposal:
-
Resolution:
In the Section 5.11 Syntax for ExternalNamedExpression, the rule is:
"""
ExternalNamedExpression ::=Source '#' (SimpleNamedExpression | SheetLocalNamedExpression)
"""
But in Section 5.6, Reference, Source is defined as
Source ::= "'" IRI "'" "#"
which introduces a second "#" into the ExternalNamedExpression.
I am assuming this is a mistake.