This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]