[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] image in <bookinfo>
[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 bobs@sagehill.net ----- Original Message ----- From: "Rico Leuthold" <rleuthold@access.ch> To: <docbook-apps@lists.oasis-open.org> 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: docbook-apps-unsubscribe@lists.oasis-open.org > For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org > > >
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]