← Prev in month ← Prev in thread

PDF Title Page Transformation Problems

From
Ray Miller <>
Date
2005-12-16T05:09:34+00:00
ID
000901c60228$cf6a37b0$c801a8c0@MADISON
Thread
PDF Title Page Transformation Problems
Docbook-rng-5.0.b1 xsl-1.69.1 saxon-6.5.4 xep-4.4 oXygen-6.2

 

The following code fragment:

 

<book xml:id="vhimSEP"
xmlns="http://docbook.org/ns/docbook" version="5.0"
xml:lang="en"

  
xmlns:xi="http://www.w3.org/2001/XInclude" xml:base="">

   <title>Foo</title>   

   <subtitle>Foo</subtitle>

   <dedication>

      <title/>

      <mediaobject>

        
<imageobject>

           
<imagedata fileref="&imgFoo;" align="center"/>

        
</imageobject>         

      </mediaobject>

   </dedication>

<sect1>

…

…

 

Produces a title/subtitle page, a second page with
title:subtitle and a third page with the dedication.

 

This only occurs with PDF transformations; html
transformations correctly produce the title / subtitle and dedication on a
single page.

 

Advise please.

 

Ray
← Prev in month ← Prev in thread