Hello list,

It seems that cover tag now wotk with DocBook 5.0. So i've try to use it.

Something very simple :
<book xmlns="http://docbook.org/ns/docbook";
        xml:lang="fr" 
        xmlns:svg="http://www.w3.org/2000/svg"; 
        xmlns:xi="http://www.w3.org/2001/XInclude"; 
        version="5.0">
        <info>
        <title>Mac OS X Server à votre service</title>
                <edition>Seconde</edition>
                <authorgroup>
                        <author>
                                <personname>
                                        <firstname>Jacques</firstname>
                                        <surname>Foucry</surname>
                                </personname>
                        </author>
                </authorgroup>
                <publisher>
                        <publishername>Jacques Foucry</publishername>
                        <address><city>Paris</city></address>
                </publisher>
                <copyright>
                        <year>2008</year>
                        <holder>Jacques Foucry. Tous droits réservés.</holder>
                </copyright>
                <releaseinfo>
                        Publié à compte d’auteur par Jacques Foucry, sis au 
quatre-vingt-un de la rue Marcadet, à Paris, 
                        dans le <phrase 
role="smallcaps">XVIII</phrase><superscript>e</superscript> arrondissement.
                </releaseinfo>
                <editor>
                        <personname>
                                <firstname>Jacques</firstname>
                                <surname>Foucry</surname>
                        </personname>
                </editor>
                <revhistory >
                        <revision>
                                <date>Octobre 2007</date>
                                <revremark>Seconde édition</revremark>
                        </revision>
                </revhistory>
                <othercredit>
                        <orgname>Le Monde en Tique distributeur 
exclusif.</orgname>
                </othercredit>
                <legalnotice>
                        <para>
                                Cet ouvrage est régi par les lois sur la 
propriété intellectuelle. 
                                Publié sur Internet, il ne peut être imprimé 
sans le consentement écrit de l’auteur. 
                                Pour les particuliers, ce consentement 
s’obtient par le paiement de la contribution. 
                                Les éditeurs intéressés sont priés de prendre 
contact directement avec l’auteur. 
                                Les marques citées restent la propriété de 
leurs propriétaires légitimes.
                        </para>
                </legalnotice>
                <biblioid class="isbn" >ISBN :978-2-9527266-1-0</biblioid>
        <cover>
                <mediaobject>
                        <imageobject>
                                <imagedata 
fileref="/data/sources/Leopard/images/Preferences_icone.png"> 
                                        <info>
                                                <othercredit>
                                                        <orgname>Le Monde en 
Tique</orgname>
                                                </othercredit>
                                        </info>
                                </imagedata>
                        </imageobject>
                </mediaobject>
                <para>Tout sur Mac OS X Server</para>
                <para><phrase>Couvre Leopard</phrase></para>
        </cover>
</info>
<xi:include href="Test.xml>
        <xi:fallback><para>Cannot find Texst.xml</par></xi:fallback>
</xi:include>

On the result PDF, the image does not appears. In fact there is only the title 
and the author.

The legal notice, copyright and ISBN appears on the second pages, as expected.

The image is readable (I use it successfully on this book).

What's wrong ?

Thanks in advance, 

Regards,
Jacques
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to