This is the mail archive of the docbook-tools-discuss@sourceware.cygnus.com mailing list for the docbook-tools project.


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

Nochunks


Hi All,

I have successfully used the "db2html" script to generate HTML pages
using the "cygnus-both.dsl" file.

However, I have not been able to generate the single -HTML -page
format using the "nochunks" option. No file is generated, and I do not
get an error message/s.

My customization of Mark Galassi's script is as follows :

;; ====================
;; customize the html stylesheet
;; ====================
-->
<style-specification id="html" use="docbook">
<style-specification-body> 

;; this is necessary because right now jadetex does not understand
;; symbolic entities, whereas things work well with numeric entities.
(declare-characteristic preserve-sdata?
          "UNREGISTERED::James Clark//Characteristic::preserve-sdata?"
          #f)

(define nochunks #t)  ;;single HTML page   <<<<<<< I added this line

......etc.

I'd appreciate any ideas.

Thanks,

Howard Mann.

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