Re: Splitting Documents

Subject: Re: Splitting Documents
From: Paul Prescod <papresco@xxxxxxxxxxxxxxxx>
Date: Thu, 13 Nov 1997 11:32:43 -0500
pkjames@xxxxxxxxxxx wrote:
> 
>  Hi,
> 
>  I have an SGML document which is processed (using jade + .dsl
>  files) to produce both an RTF file and an HTML file.
> 
>  The size of the document is such that we would like to split it
>  up into separate HTML files. i.e. given:-

Something like this will work:

(element CHAPTER (make entity system-id: (string-append "Chapter"
(number->string (element-number)))))

Look at the documentation for the entity flow object in the
documentation for the SGML transform backend, in the documentation for
Jade.

 Paul Prescod

 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread