← Prev in month
← Prev in thread
Next in thread →
Next in month →
[OASIS Issue Tracker] Created: (OFFICE-3369) <chart:title> error inODF 1.0/1.1
<chart:title> error in ODF 1.0/1.1
----------------------------------
Key: OFFICE-3369
URL: http://tools.oasis-open.org/issues/browse/OFFICE-3369
Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
Issue Type: Bug
Components: Chart
Affects Versions: ODF 1.1
Reporter: Andreas Guelzow
I am quoting from ODF 1.0:
The <chart:title> element represents a main title object in a chart document. This element
can contain fixed text or it can contain a <table:cell-address> element pointing to the text
that should be displayed as the title.
this contradicts the schema that says:
<define name="chart-title">
<element name="chart:title">
<ref name="chart-title-attlist"/>
<optional>
<ref name="text-p"/>
</optional>
</element>
</define>
So <table:cell-address> cannot be an element but must be an attribute, but the closest attribute in the schema is:
<define name="chart-title-attlist" combine="interleave">
<optional>
<attribute name="table:cell-range">
<ref name="cellAddress"/>
</attribute>
</optional>
so we have 2 different attribute names: table:cell-range and table:cell-address. There is nothing about this in the errata (yet).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
← Prev in month
← Prev in thread
Next in thread →
Next in month →