← Prev in month ← Prev in thread
Next in thread → Next in month →

[OASIS Issue Tracker] Commented: (OFFICE-3369) REVIEW-REQUESTED: <chart:title> error in ODF 1.0/1.1

From
OASIS Issues Tracker <>
Date
2013-01-21T14:54:14+00:00
ID
185622478.3121358780034654.JavaMail.tomcat55@mw00
Thread
[OASIS Issue Tracker] Commented: (OFFICE-3369) REVIEW-REQUESTED: <chart:title> error in ODF 1.0/1.1
[ http://tools.oasis-open.org/issues/browse/OFFICE-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32095#action_32095 ] 

Robert Weir  commented on OFFICE-3369:
--------------------------------------

Discussed on Jan 21st TC call, no objections to proposal.

> REVIEW-REQUESTED: <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: Public Review
>    Affects Versions: ODF 1.1
>            Reporter: Andreas Guelzow 
>            Assignee: Dennis Hamilton
>             Fix For: ODF 1.1 Errata 01
>
>
> 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 →