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: [docbook-apps] Weird issue with double.sided output.


Add this parameter to your customization layer as well:

<xsl:param name="fop.extensions">1</xsl:param>

It enables the stylesheets to work around some of FOP's lack of full
conformance.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: <jacques@foucry.net>
To: <docbook-apps@lists.oasis-open.org>
Sent: Wednesday, November 24, 2004 4:05 AM
Subject: [docbook-apps] Weird issue with double.sided output.


>
> Hello everybody,
>
> I wrote a book with 8 chapter.
>
> Using oXygen and Saxon 6.5.3, my transformation to FO then PDF work well.
>
> But if I add in my custom layer <xsl:param
> name="double.sided">1</xsl:param> the transformation give me this error :
>
> E The process ended with code : 2 The error was : [ERROR]
> file:/C:/user/E231743/BRU/book.xml_xslt:2:12785 Flow 'xsl-region-body'
> does not map to the region-body in page-master 'blank' null
>
> I try to transform only the first chapter with the same custom layer and
> it work perfectly.
>
> The file book.xml lonely give the same error.
>
> This is my boo.xml file
>
> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
> <!DOCTYPE book SYSTEM "file:/C:/frameworks/docbook/dtd/docbookx.dtd">
> <book lang="fr">
> <bookinfo>
> <title>BRU Server</title>
> <subtitle>Guide de l'utilisateur</subtitle>
>
<author><firstname>Jacques</firstname><surname>Foucry</surname></author>
> <revhistory><revision>
>     <revnumber>1.05a French</revnumber>
>     <date> 9/11/2004</date>
>     </revision>
>     </revhistory>
>     <copyright>
>         <year>2004</year>
>     </copyright>
> </bookinfo>
>     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
> href="chapitre1.xml"/>
>     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
> href="chapitre2.xml"/>
>     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
> href="chapitre3.xml"/>
>     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
> href="chapitre4.xml"/>
>     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
> href="chapitre5.xml"/>
>     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
> href="chapitre6.xml"/>
>     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
> href="chapitre7.xml"/>
>     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
> href="chapitre8.xml"/>
> </book>
>
> If one of you find something wrong....
>
> Thanks in advance....
>
> Jacques
> -- 
> Sylvie va au marché. Elle a 165 francs dans son porte-monnaie. Elle achéte
> 9 laitues à 3,20 francs et 14 laitues à 3,10 francs. Est-ce bien
> raisonnable ?
>
> Pierre Desproges
>
>
>
> -- 
> Sylvie va au marché. Elle a 165 francs dans son porte-monnaie. Elle achéte
> 9 laitues à 3,20 francs et 14 laitues à 3,10 francs. Est-ce bien
> raisonnable ?
>
> Pierre Desproges
>
>
>




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