OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

office message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Commented: (OFFICE-2490) Public Comment:ODF-v1.2-part1-cd04 Section 19.907



    [ http://tools.oasis-open.org/issues/browse/OFFICE-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907#action_17907 ] 

Michael Stahl  commented on OFFICE-2490:
----------------------------------------

Problem:
we say that if there is an xhtml:content attribute, then in addition to the RDF statement with the xhtml:content object, there should be another one with rdfs:label and the text content.

As the given example aptly demonstrates, this rdfs:label statement is nonsensical.

One way to resolve this would be to introduce a blank node like this:

<subject> <predicate> _:blanknode.
_:blanknode rdf:value "@content"^^datatype.
_:blanknode rdfs:label "textcontent".

But that is quite clumsy and difficult to query.

Also, in the case where there is a xhtml:content attribute, the value of that attribute should have the same meaning as the text content of the element, in a machine-readable form.
So actually it is likely that the rdfs:label statement is also unnecessary.

It would be best to simply remove it.

Proposal:
remove the paragraph from 19.907 xhtml:about:
<quote>
If an xhtml:content attribute is present, the above mentioned literal 
content becomes a label. It is the object of an implicit RDF statement
with an rdfs:label predicate and the subject specified by the
xhtml:about attribute.
</quote>



> Public Comment: ODF-v1.2-part1-cd04 Section 19.907
> --------------------------------------------------
>
>                 Key: OFFICE-2490
>                 URL: http://tools.oasis-open.org/issues/browse/OFFICE-2490
>             Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
>          Issue Type: Bug
>    Affects Versions: ODF 1.2 Part 1 CD 4 
>            Reporter: Robert Weir 
>
> Copied from office-comment list
> Original author: Søren Roug <soren.roug@eea.europa.eu> 
> Original date: 7 Feb 2010 17:12:26 -0000
> Original URL: http://lists.oasis-open.org/archives/office-comment/201002/msg00012.html

-- 
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




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]