OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


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


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




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]