[PHP-DOC] Re: [PHPDOC] cvs: phpdoc / pdflevels.dsl print.dsl.in From: Jouni Ahto (jah <email protected>)
Date: 06/28/00

On Sun, 25 Jun 2000, Egon Schmid wrote:

> Hartmut is reading this list and his name appears also in
> de/bookinfo.xml. So I think I don't need to go in his office. If he
> needs the DocBook book he will come into my office :)

This might not reach you for few days because of LinuxTag, but the first
part of the solution is easy:

(define (book-titlepage-recto-elements)
  (list (normalize "title")
        (normalize "subtitle")
        (normalize "authorgroup")
        (normalize "author")
        (normalize "othercredit")
        (normalize "copyright"))

Unfortunately, there's also the second part, and even if I guess you
wouldn't like to know anything about it, it starts this way:

(define (book-titlepage-othercredit node side)
      (with-mode book-othercredit-mode
        (process-node-list node)))

(mode book-othercredit-mode
  (element othercredit

The rest is yet to be written...

-- Jouni