RE: [docbook-apps] How to insert admonition graphic filepath

From
Mauritz Jeanson <>
Date
2005-07-18T10:16:39+00:00
ID
Thread
RE: [docbook-apps] How to insert admonition graphic filepath
> -----Original Message-----
> From: Supun Gunasena 

[...]

>                                                 
> <fo:external-graphic height="-1.0pt" scaling="uniform" 
> space-before ="5pt" 
> src="file:///C%3A/Program%20Files/DocBook/images/orionlogosmal
l.png" width="2.0pt">
>                                                               
>                                               </fo:external-graphic>

[...]
  
> Is this file declaration correct? This code above results in 
> a X being displayed in the 'Note' box in the PDF.


It should work with this syntax for the src attribute:
src = "url(file:///C%3A/Program%20Files/DocBook/images/orionlogosmall.png)"

/MJ