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: 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



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