On 4/30/02 1:50, "Camille B�gnis" <[EMAIL PROTECTED]> wrote: > I have added the following in my DSSSL customization layer (1.76), but > it has o effect (the revision history still shows up on book verso title > page). Am I missing something? > > (define (set-titlepage-verso-elements) > (list (normalize "title") > (normalize "subtitle") > (normalize "edition") > (normalize "pubdate") > (normalize "copyright") > (normalize "legalnotice")))
set-titlepage-verso-elements means title page verso elements of <set> tag but not setting them ;-) Define book-titlepage-verso-elements instead. Regards, Kogul�, Ryo
