> -----Original Message-----
> From: Supun Gunasena
>
> I have replaced my code with yours. It still shows a cross in the Note
> picture box in the PDF.
> Please help!
>
> It now reads:
>
> </xsl:attribute-set>
>
> <xsl:attribute-set name="admonition.properties">
> <xsl:attribute name="padding">.33em 0 0
> 5px</xsl:attribute>
>
> <xsl:attribute name="border-left">1px
> solid</xsl:attribute>
> <xsl:attribute name="border-color">
> <xsl:variable name="node" select="."/>
> <xsl:choose>
> <xsl:when test="name($node)='note'">
> <fo:external-graphic scaling="uniform"
> src"url(file:///C%3A/Program%20Files/DocBook/images/orionlogosmall.png)"
There is an equals sign missing. It should be
src = "url(file:///C%3A/Program%20Files/DocBook/images/orionlogosmall.png)"
/MJ