https://issues.apache.org/ooo/show_bug.cgi?id=48292
orcmid <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ACCEPTED |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #4 from orcmid <[email protected]> --- The OASIS ODF 1.0 Specification is an OpenOffice.org 1.0 file (*.sxw), not an ODF 1.0 file. It uses a Sun MIMETYPE, application/vnd.sun.xml.writer, and the "text" namespace binding is via xmlns:text="http://openoffice.org/2000". The content.xml file also references an OpenOffice.org DTD named office.dtd. It is correct that there is no text:is-list-header attribute of the <text:h> element in that OpenOffice.org 1.0 document format and the specified DTD. However, the OASIS ODF 1.0 Specification does not have any text:is-list-header attribute on any element anywhere in its content.xml part. There is *mention* of text:is-list-header in XML text content (since the document is specifying that attribute for ODF 1.0) and in the RNG schema fragment for ODF 1.0 <text:h> attributes. "text:is-list-header" does appears once as the value of an attribute. It does not occur as an attribute of any element within content.xml. It seems that the reported validation error is the consequence of a defect in the DTD validation or in the XSLT extraction that was employed. I am marking this report as resolved. There is nothing to fix. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
