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






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