← Prev in month ← Prev in thread

Header some image

From
martinsig <>
Date
2007-04-25T09:28:56+00:00
ID
Thread
Header some image
Hi @ all,

I try to insert an image to my header pdf output. 

Therefore I defined a customization layer looks like:

...
  <xsl:when test="$sequence = 'odd' and $position = 'right'">
       <fo:block>
         <fo:external-grafic src="url(/C:/logo.png)"/>
        </fo:block>
        <!--fo:block>hello</fo:block-->
      </xsl:when>
...

If I insert the text hello, it is in the right corner in the pdf written. 
But if I try to insert the image it do nothing! I also change the image to
jpg, bmp, png. 
Has anyone an idea how it works?

Should I customize some parameters? Like the before area?

Thank you a lot of:-)
Martin 




-- 
View this message in context: http://www.nabble.com/Header-some-image-tf3644191.html#a10177258
Sent from the docbook General mailing list archive at Nabble.com.
← Prev in month ← Prev in thread