This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


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

Re: Bug in DocBook backends?


/ Bernd Kreimeier <bk@lokigames.com> was heard to say:
| The elements below do not trigger any parser error, and 
| seem legitimate (w.o printhistory and para they do get
| rejected), but there is no output generated.

True, that's legit, but the stylesheets don't render printhistory
by default. Add printhistory to this list in your stylesheet:

(define (book-titlepage-recto-elements)
  (list (normalize "title")
	(normalize "subtitle")
	(normalize "graphic")
	(normalize "mediaobject")
	(normalize "corpauthor")
	(normalize "authorgroup")
	(normalize "author")
	(normalize "editor")
	(normalize "copyright")
        (normalize "printhistory") ;; add this...
	(normalize "abstract")
	(normalize "legalnotice")))


                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | The art of living is more like
http://www.oasis-open.org/docbook/ | wrestling than dancing.--Marcus
Chair, DocBook Technical Committee | Aurelius

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