← Prev in month ← Prev in thread
Next in thread → Next in month →

DOCBOOK: Re: revhistory not rendered, customization

From
Norman Walsh <>
Date
2002-05-01T23:08:07+00:00
ID
Thread
DOCBOOK: Re: revhistory not rendered, customization
/ Brian Craft <> was heard to say:
| Hi all -- I'm using a standard RedHat 7.1 box (openjade, modular style sheets,
| blah, blah) to format some docbook sgml. The <revhistory> info for an
| article is not being rendered. Anyone know why this would be?

The list of metadata elements that should be rendered on a titlepage
is highly personal. If you make a customization stylesheet and add

	(normalize "revhistory")

To the appropriate:

(define (<<<element you want to use>>>-titlepage-recto-elements)
  (list (normalize "title")
	(normalize "subtitle")
	(normalize "graphic")
	(normalize "mediaobject")
	(normalize "corpauthor")
	(normalize "authorgroup")
	(normalize "author")
	(normalize "editor")
	(normalize "copyright")
	(normalize "legalnotice")))

list, then it'll be rendered.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <>      | If we could read the secret
http://www.oasis-open.org/docbook/ | history of our enemies, we should
Chair, DocBook Technical Committee | find in in each one's life sorrow
                                   | and suffering enough to disarm all
                                   | hostility.--H. W. Longfellow
← Prev in month ← Prev in thread
Next in thread → Next in month →