[Follow-ups to docbook-apps, please]

/ Josef Karthauser <[EMAIL PROTECTED]> was heard to say:
| I've tracked the problem down to the following interaction:
|
|     ;; Tests
|     (root
|       (make sequence
|           (make entity
|               system-id: "testfile1")
|           (make entity
|               system-id: "testfile2")
|           (process-children)))

You need a root rule that looks more like this:

(root
 (make sequence
            (make entity
                system-id: "testfile1")
            (make entity
                system-id: "testfile2")
   (process-children)
   (with-mode manifest
     (process-children))
   (if html-index
       (with-mode htmlindex
         (process-children))
       (empty-sosofo))))


                                        Be seeing you,
                                          norm

-- 
Norman Walsh <[EMAIL PROTECTED]>      | Unprovided with original learning,
http://www.oasis-open.org/docbook/ | unformed in the habits of
Chair, DocBook Technical Committee | thinking, unskilled in the arts of
                                   | composition, I resolved to write a
                                   | book.--Edward Gibbon

Reply via email to