Re: DocBook Modular Stylesheets 1.08 beta 2

Subject: Re: DocBook Modular Stylesheets 1.08 beta 2
From: "Rainer Feuerstein" <dssslist@xxxxxxxxxxxxxxx>
Date: Mon, 23 Mar 98 00:14:25 +0100
On Sun, 22 Mar 1998 10:37:32 -0500, Norman Walsh wrote:

>  http://nwalsh.com/docbook/dsssl/db108b2.zip
Great!
I compared it with what I've done to db107. 

These are the differences:

1.) .\html\dbbibl.dsl:
--
(element BIBLIOENTRY 
  (let* ((proper_children (children (current-node)))
	 ;; improper children?
	 (other_children (expand-children proper_children
					  '("BIBLIOMSET" "BIBLIOSET")))
	 (print_children (node-list-filter-by-gi other_children
						 '("ABBREV"
						   "CORPNAME"
						   "AUTHORGROUP"
						   "AUTHOR"
						   "TITLE"
						   "TITLEABBREV"
						   "SUBTITLE"
						   "PUBLISHER"
						   "COPYRIGHT"
						   "ISBN"
						   "ISSN"
						   "PAGENUMS"))))
[I added "CORPNAME", "TITLEABBREV" and "SUBTITLE"]
--
(element (BIBLIOENTRY SUBTITLE) 
    (process-children))
[added]
--
2.) .\html\dbinline.dsl:
(element QUOTE
  (make sequence
    (make element gi: "CITE"
    (process-children))))
[I thought <cite> was the right HTML tag for a quote]
--

>I'll plan to update the docs next week 
Please don't forget to include a note that
(define %default-language% "dege")
[or whatever language is used] in the driver file is necessary for localization.

Another question:
The first sect1 of each chapter is now on the same page as the chapter itself (HTML).
db107 behaves different (separate page for c0x01), and I'd like to get this style again.
What do I have to change and where?

--- 
kind regards, Rainer Feuerstein
University of Wuerzburg, Germany
http://www-info2.informatik.uni-wuerzburg.de/fire



 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread
  • DocBook Modular Stylesheets 1.08 beta 2
    • Norman Walsh - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id KAA19957Sun, 22 Mar 1998 10:46:20 -0500 (EST)
      • <Possible follow-ups>
      • Rainer Feuerstein - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id WAA25886Sun, 22 Mar 1998 22:24:01 -0500 (EST) <=
        • Norman Walsh - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id FAA06873Mon, 23 Mar 1998 05:59:59 -0500 (EST)
      • Jordi Mulet - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id DAA04807Mon, 23 Mar 1998 03:32:56 -0500 (EST)
        • Norman Walsh - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id GAA07217Mon, 23 Mar 1998 06:08:27 -0500 (EST)
      • Jordi Mulet - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id IAA08642Mon, 23 Mar 1998 08:48:02 -0500 (EST)