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

 


Help: OASIS Mailing Lists Help | MarkMail Help

office-comment message

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


Subject: Element name split unnecessarily


Hello,

Regarding the ODF spec document found here: http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.odt

The content.xml contains several instances where the element name is split for no good reason (from what I can see), for example:
<text:span text:style-name="Element">&lt;text:sender-</text:span><text:span text:style-name="Element">country&gt;</text:span>

I would expect to see:
<text:span text:style-name="Element">&lt;text:sender-country&gt;</text:span>

Element names effected:
<text:soft-page-break>
<text:sender-country>
<text:database-next>
<text:execute-macro>
<text:hidden-paragraph>
<presentation:date-time>
<text:sender-phone-work>
<style:footer-left>
<text:index-body>
<text:bibliography-entry-template>
<style:master-page>
<draw:page-thumbnail>
<text:alphabetical-index-auto-mark-file>
<text:print-time>
<text:list-level-style-number>

These splits seem to occur within a <text:span>, which is nested within a <text:p> element.
The <text:p> element all appear to have the attribute text:style="Child_20_Element_20_List".

Thanks,

Jordan


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