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

Element name split unnecessarily

From
Jordan Wilson <>
Date
2017-11-13T00:26:12+00:00
ID
Thread
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
← Prev in month ← Prev in thread
Next in thread → Next in month →