This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FW: [docbook-apps] Need to change the graphic in cautions


I found my answer in
<xsl:param name="admon.graphics.extension" select="'.png'"></xsl:param>
and
<xsl:param name="admon.graphics.path">images/</xsl:param>

Thanks

-----Original Message-----
From: McKinstry, Scott A 
Sent: Thursday, May 27, 2004 11:03 AM
To: docbook-apps@lists.oasis-open.org
Subject: [docbook-apps] Need to change the graphic in cautions


I am composing to html using Docbook xsl stylesheets.

I have included the admon.graphics parameter in my custom layer.
<xsl:param name="admon.graphics" select="1"></xsl:param> 
This inserts <img alt="[Caution]" src="images/caution.png"/>
into my output code.

I need to change 'images/caution.png' but can not find the Stylesheet controls this.
What is the Stylesheet that puts this line into my output file?

Thanks





To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]