Bug 999586 - Missing parameter value in pdf.xsl - example.properties - keep-together.within-column
Summary: Missing parameter value in pdf.xsl - example.properties - keep-together.withi...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Publican
Classification: Community
Component: publican
Version: future
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Jeff Fearn 🐞
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-21 15:49 UTC by Norman Dunbar
Modified: 2013-12-19 02:46 UTC (History)
3 users (show)

Fixed In Version: 4.0.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-19 02:46:45 UTC
Embargoed:


Attachments (Terms of Use)

Description Norman Dunbar 2013-08-21 15:49:38 UTC
Description of problem:

The pdf.xsl, as supplied with Publican 2.8 and 3.2.0 (possibly versions inbetween as well) is missing a value at line 405.

In the settings for example.properties, the following line exists:

<xsl:attribute name="keep-together.within-column"></xsl:attribute>

There is no value for the parameter and this causes [Invalid property value encountered in keep-together.within-column="":] error messages when rendering pdf documents with Publican. 


The parameter requires a value, I have set mine to auto, and so far, I don't appear to have broken anything!

Line 405 now reads as follows:

<xsl:attribute name="keep-together.within-column">auto</xsl:attribute> 


Version-Release number of selected component (if applicable):

2.8
3.2
Possibly releases in between as well.


How reproducible:

Always.


Steps to Reproduce:
1. Build a pdf book, article etc with Publican and you will see numerous messages appear where the example.properties is used in rendering the document.


Actual results:

Lots of error messages.


Expected results:

No error messages.


Additional info:

Comment 2 HSS Product Manager 2013-09-23 03:27:30 UTC
HSS-QE has reviewed and declined this request. QE for this bug will be handled by IED.

Comment 3 Jeff Fearn 🐞 2013-09-23 03:28:42 UTC
To ssh://git.fedorahosted.org/git/publican.git
   fa04a7a..4d0e1ec  HEAD -> devel


Note You need to log in before you can comment on or make changes to this bug.