Re: including style sheets

Subject: Re: including style sheets
From: Peter Nilsson <pnidv96@xxxxxxxxxxxxxx>
Date: Wed, 25 Aug 1999 19:20:23 +0200 (CEST)
On Wed, 25 Aug 1999, Holger Klawitter wrote:

> Hi there,
> 
> I want to provide a set of funtions for different DSSSL style-sheets
> inside a separate file - similar to the builtins.dsl file in OJ 1.3.
> 
> Up to now, I had to add general entities into the
> DSSSL-(meta)DTD, the catalog and include them by referring
> to them.
> 
> Is there a better way? I think <external-specification> should be the
> correct tool for it, but it also calls for general entities. What
> am I missing then?
> 
Add the entity to the internal subset of the DTD:

<!doctype style-sheet ... [
<!entity e ...>
]>

...

Regards,
/Peter Nilsson
--
'(?P . (?e . (?t . (?e . (?r)))))


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


Current Thread