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: Re: [docbook-apps] Graphic in header


The syntax for the src property is somewhat dependent on the XSL-FO
processor. XEP and Antenna House want the path inside the url() function,
like
src="url(../../path)".

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Martin Polley" <martin_keren@shaar-hagolan.co.il>
To: "docbook-apps" <docbook-apps@lists.oasis-open.org>
Sent: Wednesday, June 16, 2004 2:12 AM
Subject: [docbook-apps] Graphic in header


> Hi all,
>
> I'm trying to add a graphic to the headers in my printed (PDF) output.
>
> I tried following Bob Stayton's advice in a post from last year:
>
> >For customizing a header, copy this template from
> >fo/pagesetup.xsl to your customization layer:
> >
> ><xsl:template name="header.content">
> >...
> ></xsl:template>
> >
> >Then modify it to put the information you want to see
> >in each location of the header, using the examples
> >in the existing template.
> >
> >Do the same for the template named 'footer.content'.
> >
> >To add a graphic to a header or footer, the content
> >output by either template should be something like:
> >
> >  <fo:external-graphic src="path/to/graphics/file"/>
> >
> I have this inside my <xsl:template name="header.content"> block in my
> customization layer:
>
>   <xsl:when test="($sequence='odd' or $sequence='even') and
> $position='left'">
>     <fo:external-graphic src="../../../writestuff/netbatch_smaller.gif"/>
>   </xsl:when>
>
> But the graphic does not show up. I have tried it with text, which works
> fine.
>
> Any idea what I'm missing here?
>
> Many thanks in advance,
> -- 
> *Martin Polley
> *Technical Communicator
> +972 (52) 3864280
> Homepage <http://212.179.45.118:8080/cocoon/writestuff/index.html>
>
> To unsubscribe from this list, send a post to
docbook-apps-unsubscribe@lists.oasis-open.org, or visit
http://www.oasis-open.org/mlmanage/.
>
>
>




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