Date: 06/28/00
- Next message: Andreas Karajannis: "[PHP-DOC] cvs: phpdoc /en/functions uodbc.xml"
- Previous message: Stefan Livieratos: "[PHP-DOC] XML-Version of FAQ"
- In reply to: Egon Schmid: "Re: [PHPDOC] cvs: phpdoc / pdflevels.dsl print.dsl.in"
- Next in thread: Jouni Ahto: "[PHPDOC] cvs: phpdoc / pdflevels.dsl print.dsl.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Andreas Karajannis: "[PHP-DOC] cvs: phpdoc /en/functions uodbc.xml"
- Previous message: Stefan Livieratos: "[PHP-DOC] XML-Version of FAQ"
- In reply to: Egon Schmid: "Re: [PHPDOC] cvs: phpdoc / pdflevels.dsl print.dsl.in"
- Next in thread: Jouni Ahto: "[PHPDOC] cvs: phpdoc / pdflevels.dsl print.dsl.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

