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





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to