Issue 75751 - RNG: error: bad value for attribute "cell-range-address"
Summary: RNG: error: bad value for attribute "cell-range-address"
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: frank
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-26 15:32 UTC by frank
Modified: 2013-02-24 21:21 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
bugdoc (11.88 KB, application/vnd.oasis.opendocument.spreadsheet)
2007-03-26 15:33 UTC, frank
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description frank 2007-03-26 15:32:49 UTC
Validate the content.xml from the Object 1 directory of the unzipped bugdoc
against the RNG Schema, you get the following error :

error: bad value for attribute "cell-range-address"

It's the same for the old chart.
Comment 1 frank 2007-03-26 15:33:59 UTC
Created attachment 43935 [details]
bugdoc
Comment 2 bjoern.milcke 2007-03-28 09:32:41 UTC
The problem here is the specification. For charts with more than one contiguous
region of data the table:cell-range-address in the plot-area element can be a
list of ranges. So we need to change the type in the specification from type
cellRangeAddress to cellRangeAddressList. This change will be proposed as a
change for ODF 1.2.
Comment 3 bjoern.milcke 2007-03-28 09:33:34 UTC
Adding lo for CC
Comment 4 bjoern.milcke 2007-03-28 09:36:49 UTC
Adding mib for CC.

Note that this issue will be fixed with the changed specification, so probably
not for 2.3. 

->MIB: We cannot fix this in the code. without loss of a feature. However the
violation does not appear very often. What target seems realistic for this
issue, when it implies ODF 1.2 as new standard used in OOo?
Comment 5 jogi 2007-05-08 13:31:49 UTC
cc'ing JSI
Comment 6 michael.brauer 2007-05-09 10:42:41 UTC
I would say OOo 3.0 for the moment.
Comment 7 bjoern.milcke 2007-05-09 10:55:18 UTC
Changing target, as we have to wait for the new ODF standard to fix this.
Comment 8 bjoern.milcke 2007-06-20 09:21:04 UTC
According to the ODF TC Wiki, the changes to the file format in version 1.2 was
agreed upon. (See
http://wiki.oasis-open.org/office/OpenDocument_v1.2_Action_Items "Chart range
addresses")
Comment 9 bjoern.milcke 2008-05-27 18:04:11 UTC
This issue should be fixed meanwhile, as OOo is able to write ODF 1.2, and the mentioned changed is 
integrated into the current draft.

->FST: Please verify that the bugdoc is verified correctly against a current ODF 1.2 schema
Comment 10 bjoern.milcke 2008-05-27 18:05:34 UTC
setting to fixed
Comment 11 frank 2008-05-30 12:43:39 UTC
Validation against Draft 6 of ODF 1.2 does no longer give the described error.