-
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 3 (Schema) [1.2: 1], Part 4 (Formula) [1.2: 2], Table
-
Labels:None
-
Proposal:
-
Resolution:
In section 19.598, it has the following text: "The value of this attribute should be a namespace prefix, followed by a ":" (COLON, U+003A), followed by Boolean expression. ". This implies placing the namespace prefix at the beginning of the condition string, immediately preceding the condition. For example:
table:condition="of:cell-content-is-decimal-number() and cell-content-is-between(1,[.B1])"
Given that the OF namespace specifies the syntax for an expression used as a value in a condition, is this the best place for it? Should it be as follows instead?
table:condition="cell-content-is-decimal-number() and cell-content-is-between(1,of:[.B1])"