[XML-SIG] a simple SGML question (off-topic)

Fredrik Lundh fredrik@pythonware.com
Sat, 15 May 1999 20:38:44 +0200


(a bit off topic, but here we go anyway)

okay, here's my problem:

I have a bunch of docbook CHAPTER's, each
in a separate file.  It would be very cool if I
could write a "master document" which
"includes" them all, something like:

#include "chapter1.sgm"
#include "chapter2.sgm"

what strange SGML incantations do I need
to do this?  (I'm using Jade to process these
files)

would it be easier to write a Python script
which rips off the extra DOCTYPE elements.

</F>