OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK-APPS: 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC