This is the mail archive of the
docbook-apps@lists.oasis-open.org
mailing list .
[docbook-apps] version.dsl
- From: "N. Raghavendra" <raghu at mri dot ernet dot in>
- To: docbook-apps at lists dot oasis-open dot org
- Date: Wed, 23 Jun 2004 12:09:39 +0530
- Subject: [docbook-apps] version.dsl
- Reply-to: "N. Raghavendra" <raghu at mri dot ernet dot in>
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/.