Re: [dssslist] Location of toc

Subject: Re: [dssslist] Location of toc
From: Tuukka Mäkinen <tukem@xxxxxx>
Date: Fri, 22 Oct 2004 13:11:04 +0300
Jany Quintard wrote:
You could try something like this:

(element book
  (sosofo-append
    (process-node-list (select-elements (children) "preface"))

(making of the toc)
(process-node-list (select-elements (children) "chapter"))))
thus choosing to process the prefaces, the toc and then the chapters
with the help of select-elements.

Thank you. This worked fine after I found out why it was complaining about parameters to 'children'. Not to mention the missing parenthesis somewhere...


-Tuukka

Current Thread