Hi all,

FYI: I just submitted a bug report at SourceForge:

At line 22 in slides-3.1.0/xsl/html/css.xsl, there is a line testing if the parameter css.stylesheet.dir is set. The test is written

<xsl:when test="css.stylesheet.dir != ''">

This should be

<xsl:when test="$css.stylesheet.dir != ''">

The same error occurs in the xhtml stylesheets.

Best regards,

Rune Lausen

Reply via email to