[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: text:numbered-paragraph problem
Is the attached document correct?
It should read:
Beginning of document
1. Enumerated List
End of document
But the numbered paragraph ("1. Enumerated List") doesn't appear in OpenOffice.org-1.9.87.
Is that an OOo bug, or did I misunderstand something in the OpenDocument specification?
The relevant portion of the XML is:
<office:text>
<text:p text:style-name="P1">Beginning of document</text:p>
<text:numbered-paragraph text:level="1" text:style-name="L7">
<text:number>1.</text:number>
<text:p text:style-name="P2">Enumerated List<?opendocument cursor-position?></text:p>
</text:numbered-paragraph>
<text:p text:style-name="P1">End of document</text:p>
</office:text>
--
David Faure, faure@kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]