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: version.dsl


Dear list,

There seems to be a problem in `html/version.dsl' in
docbook-dsssl-stylesheets-1.78.  The `META' element in the HTML output
says that the page was generated by

  "Modular DocBook HTML Stylesheet Version 1.7"
                                         ^^^
and not "... 1.78".

If we change the procedure `stylesheet-version' in `html/version.dsl'
as follows, we get the correct version number:

  (define (stylesheet-version)
    (let ((version "&VERSION;"))
      (string-append      
       "Modular DocBook HTML Stylesheet Version " version)))

Could the DSSSL stylesheet maintainers please note this?

Cheers,
Raghavendra.

-- 
N. Raghavendra <raghu@mri.ernet.in> | See mail headers for contact
Harish-Chandra Research Institute   | and OpenPGP details.



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