Ticket #551 (closed Bug)

Opened 3 years ago

Last modified 3 years ago

bug in document baskets.

Reported by: peter.dykstra@… Owned by:
Priority: Minor Milestone:
Component: Version: 2.1
Keywords: Cc:

Description

[jira2trac import : issue created on September 20, 2007 7:04:14 AM CEST http://issues.cocoondev.org/browse/DSY-551 ]

document basket aggregate documents as pdf fails with error "Failed to process pipeline Error (unknown location) fo:
> static-content is missing child element..."

Change History

comment:1 Changed 3 years ago by paul

  • Status changed from new to closed

[jira2trac import : comment created by bruno on October 1, 2007 6:22:28 PM CEST]

Thanks for reporting this issue.

It is fixed in SVN rev 4405.

The problem can be easily fixed on an existing Daisy install by editing docbasket_aggr_xslfo.xsl and adding an fo:block tag:

<fo:static-content flow-name="bottom">

<fo:block/>

</fo:static-content>

In rev 4405, I have meanwhile added a footer with page numbers.

Note: See TracTickets for help on using tickets.