RE: Re: [docbook-apps] Error while recovering Images

From
Mauritz Jeanson <>
Date
2007-07-12T13:06:17+00:00
ID
000d01c7c485$6ac7ec50$71ea1a51@D7MZ171J
Thread
RE: Re: [docbook-apps] Error while recovering Images
> -----Original Message-----
> From: Dishaa 

> 3. In my customization layer I specify both <xsl:param 
> name="admon.graphics" select="1"/> and <xsl:param 
> name="admon.graphics.extension" select="gif"/>


1. The latter parameter should be specified like this:

 <xsl:param name="admon.graphics.extension" select="'.gif'"/>

Note that the period is included.

2. You seem to have forgotten to set the admon.graphics.path parameter.

/MJ