Thank you for the information. The image in the <bookinfo> tag is now
working. Next step I want to do is, to customise the alignent of the
image and the title. It should look like the DocBook: The Definitive
Guide page (http://www.oasis-open.org/docbook/documentation/reference/
html/docbook.html). Image on the left, title and other bookinfo stuff
aside. Is this a xsl titlepage customisation as well, or can it be
done with a css for html outpt ?
On 05.08.2005, at 17:27, Bob Stayton wrote:
> [I'm repeating my answer from a recent similar question]
>
> All of the elements on the title page are controlled by the
> titlepage spec
> file and the titlepage templates that are generated from it. Not all
> elements are turned on by default, because not everyone wants all
> elements.
> In fact, Norm Walsh invented the titlepage spec file mechanism because
> everyone has their own ideas of what should or should not be
> included on the
> titlepage and how it should be formatted. See this reference for
> information on customizing titlepages:
>
> http://www.sagehill.net/docbookxsl/HTMLTitlePage.html
>
> Bob Stayton
> Sagehill Enterprises
> DocBook Consulting
>
>
>
> ----- Original Message -----
> From: "Rico Leuthold" <>
> To: <>
> Sent: Friday, July 29, 2005 1:05 AM
> Subject: [docbook-apps] image in <bookinfo>
>
>
>
>> Hi,
>>
>> I try to put a logo in the <bookinfo> for html output. According to
>> the <bookinfo> tag reference, MediaObject is a children of BookInfo.
>>
>> I tried as follows:
>>
>> <bookinfo>
>> <mediaobject>
>> <imageobject>
>> <imagedata fileref="img/sun_logo.gif" format="GIF"/>
>> </imageobject>
>> <imageobject>
>> <imagedata fileref="img/sun_logo.eps" format="EPS"/>
>> </imageobject>
>> <imageobject>
>> <imagedata fileref="img/sun_logo.ps" format="PS"/>
>> </imageobject>
>> </mediaobject>
>> </bookinfo>
>>
>> Processing through xsltproc works with no errors, but the graphic is
>> not shown. When I put the MediaObject code in the <book>, the .gif is
>> showed.
>>
>> Is there any xsl customization needed to get this working ?
>>
>> ManyThanks_rico
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail:
>> For additional commands, e-mail: -
>> open.org
>>
>>
>>
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
> For additional commands, e-mail: -
> open.org
>
>