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]

[docbook-apps] 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.


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


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