OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


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



Thanks, It worked!!!

Any place where I can read more about the extensions?

~spr


Mauritz Jeanson wrote:
> 
>> -----Original Message-----
>> From: spr
>> 
>> 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 :(
> 
> 
> Try setting fop1.extensions = 1. 
> 
> /MJ
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Exception-with-%27double.sided%27-set-to-1-for-PDF-output-tf4547745.html#a13025867
Sent from the docbook apps mailing list archive at Nabble.com.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]