Bug 999586

Summary: Missing parameter value in pdf.xsl - example.properties - keep-together.within-column
Product: [Community] Publican Reporter: Norman Dunbar <norman>
Component: publicanAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED CURRENTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: futureCC: aigao, rlandman, tcapek
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: 4.0.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-19 02:46:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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