(dsssl) Include some defines?

Subject: (dsssl) Include some defines?
From: Tim McDaniel <tmcd@xxxxxxxxx>
Date: Tue, 18 Mar 2003 21:36:49 -0600 (CST)
In my Jade .dsl file, I hve several style-specification blocks.  I am
developing more defines that are used in different blocks.  I would
like to cut down on the maintenance effort by having one copy of each
define instead of several.  I could do a simple include mechanism,
even in command.com in Windows:

    type rtf1hdr >  all.dsl
    type common  >> all.dsl
    type rtf1    >> all.dsl
    type rtf2hdr >> all.dsl
    type common  >> all.dsl
    type rtf2    >> all.dsl
    type htmlhdr >> all.dsl
    type common  >> all.dsl
    type html    >> all.dsl

This would be inelegant, though.  Is there a way to do include files
in DSSSL using Jade?  Ideally, it would be in one file, like a
    <style-specification ID="common">
    ...
    </style-specification>

    <style-specification ID="printloar">
    <include file="#common">
    ...
    </style-specification>

    <style-specification ID="HTML">
    <include file="#common">
    ...
    </style-specification>

But a separate file would be OK.

-- 
Tim McDaniel (home); Reply-To: tmcd@xxxxxxxxx; work is tmcd@xxxxxxxxxxx

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

Current Thread