[daisy] [JIRA] Created: (DSY-422) TOC - handling of mixed
sectiontypes anonymous and appendix
Frank Taffelt (JIRA)
issues at cocoondev.org
Tue Mar 13 14:53:20 CDT 2007
TOC - handling of mixed sectiontypes anonymous and appendix
-----------------------------------------------------------
Key: DSY-422
URL: http://issues.cocoondev.org//browse/DSY-422
Project: Daisy
Type: Bug
Components: Daisy Books
Versions: public - 1.5, public - 2.0
Reporter: Frank Taffelt
the toc numbering of sections fails when mixing different sectiontypes.
to reproduce: create an book with 3 sections and publish it as pdf using the default pdf publication properties:
<d:book xmlns:d="http://outerx.org/daisy/1.0#bookdef">
<d:content>
<d:section documentId="43" title="intro" type="anonymous"/>
<d:section documentId="44" title="normal"/>
<d:section documentId="45" title="appendix" type="appendix"/>
</d:content>
</d:book>
if i'm right, the correct numbering for the toc should be no numbering for docid 43, normal numbering for docid 44 and appendix like numbering for 45.
the published pdf toc instead contains only section titles and seems to loose any numbering information.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.cocoondev.org//secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
More information about the daisy
mailing list