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: DOCBOOK-APPS: [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





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