Re: reference to style-specification in external-specification

Subject: Re: reference to style-specification in external-specification
From: Matthias Clasen <clasen@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 5 Oct 1998 18:27:14 +0200
> Look here:
> 
> ---------- file foo.dsl -------
> 
> <style-specification id="html">
> (blah (blah))
> <style-specification id="print">
> (blha (blha))
> 
> ---------- file boo.dsl ------
> <!doctype style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN"
> [
> <!entity external-style-sheet system "foo.dsl" CDATA DSSSL>
> ]>
> <style-specification id="main" 
>               use="WHAT PUT HERE TO REFER foo.dsl#print ???" >
> 
> (here is my body which want to use #print section of foo.dsl)
> 
> <external-specification id="external-style-sheet" document="external-style-sheet">
> 
> ----------------------
> Is it possible at all?
> 

you want to put the id of the external-specification in the
value of the use-attribute, ie

 <style-specification id="main" use="external-style-sheet" >


-- 
Matthias Clasen, 
Tel. 0761/203-5606
Email: clasen@xxxxxxxxxxxxxxxxxxxxxxxxxx
Institut fuer Mathematik, Albert-Ludwigs-Universitaet Freiburg


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


Current Thread
  • reference to style-specification in external-specification
    • Alexander Taranov - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id FAA12985Mon, 5 Oct 1998 05:45:00 -0400 (EDT)
      • Norman Walsh - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id IAA15932Mon, 5 Oct 1998 08:26:42 -0400 (EDT)
        • Alexander Taranov - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id MAA01947Mon, 5 Oct 1998 12:08:20 -0400 (EDT)
          • Matthias Clasen - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id MAA02559Mon, 5 Oct 1998 12:22:31 -0400 (EDT) <=
          • Toby Speight - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id MAA03391Mon, 5 Oct 1998 12:44:01 -0400 (EDT)
          • Alexander Taranov - Tue, 6 Oct 1998 03:58:29 -0400 (EDT)