« Return to Thread: Exception with 'double.sided' set to 1 for PDF output

Re: Exception with 'double.sided' set to 1 for PDF output

by spr :: Rate this Message:

Reply to Author | View in Thread

Any hints?

I trimmed the customization to minimum:

<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet
  version     = "1.0"
  xmlns:d     = "http://docbook.org/ns/docbook"
  xmlns:xsl   = "http://www.w3.org/1999/XSL/Transform"
  xmlns:fo    = "http://www.w3.org/1999/XSL/Format"
  xmlns:l     = "http://docbook.sourceforge.net/xmlns/l10n/1.0">

  <xsl:import
    href    = "../docbook-xsl-ns-1.73.2/fo/docbook.xsl" />

  <xsl:param name="double.sided" select ="1" />

</xsl:stylesheet>

But still the problem persists :(

~spr

spr wrote:
When trying to generate PDF with <xsl:param name="double.sided" select="1" /> generated exception.
The same works with <xsl:param name="double.sided" select="0" />

FOP version : 0.94
DocBook XSL : 1.73.2
~spr

 « Return to Thread: Exception with 'double.sided' set to 1 for PDF output