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]

[Slides 3.1.0] Error in test in html/xhtml stylesheets


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


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