This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook-apps] Graphic in header


At 12:10 2004-06-16 -0700, Bob Stayton wrote:
>The syntax for the src property is somewhat dependent on the XSL-FO
>processor. 

It shouldn't be.

>XEP and Antenna House want the path inside the url() function,
>like
>src="url(../../path)".

It's not just what a couple processors "want".

That is what the XSL spec requires (though some processors
will recover from the error of omitting the url() part by
inferring it), and all processors should properly handle such.

[There is another question of what a relative path is relative to,
but that's orthogonal to the syntax for the src property.]

paul


>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/.
>>
>>
>>
>
>
>
>To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]