Bug 465717
Summary: | make pdf-en-US does not include all books in a set | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] Publican | Reporter: | Jeroen van Meeuwen <vanmeeuwen+fedora> | ||||
Component: | publican | Assignee: | Jeff Fearn 🐞 <jfearn> | ||||
Status: | CLOSED DEFERRED | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 1.6 | CC: | jfearn, mmcallis, publican-list | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2008-10-16 23:06:01 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Jeroen van Meeuwen
2008-10-06 00:16:26 UTC
Created attachment 319512 [details]
Resulting PDF file
Hi Jeroen, I am pretty sure there are two issues with your XML. Firstly you are mixing book and set at the same level within a set. This is not supported by DocBook, although due to limitations in how DTDs work it can't be validated by xmllint. This is why the content doesn't appear as expected. Once you fix that issue, by putting the first book in a set or by moving the following books out of sets, another issue is revealed. Secondly you have seglists with more than two columns (segtitles etc). This is not valid when the seglist is being displayed as a table, which is how publican displays seglists. This can not be validated by xmllint either :( Note that I had to troll through the DocBook XSL to find out this limitation, it doesn't seem to be documented anywhere :( OK, - getting the first book within a set does resolve the issue but does not give the desired result/layout, so I guess I'll have to find some other way to make/build the collection of books, I'm fine with that. - What other then a segmentedlist you recommend I use if a table has more then 2 columns? Closing deferred |