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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: Re: DOCBOOK: Suppressing LOT output with Modular DocBook stylesheets


/ kent@darwin.eeb.uconn.edu was heard to say:
| For a project I am currently working on I need to suppress output of
| all LOT elements. I've tried
| 
| (define ($generate-book-lot-list$)
|   ;; Don't generate any lists
|   (list (empty-node-list)))

You want:

(define ($generate-book-lot-list$)
  '())

You want an empty list, not a list containing one empty node list :-)

                                        Cheers,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | Life always comes to a bad
http://www.oasis-open.org/docbook/ | end.--Marcel Aym\'e
Member, DocBook Editorial Board    | 



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


Powered by eList eXpress LLC