> -----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