RE: Using SUBDOCs

Subject: RE: Using SUBDOCs
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxx>
Date: Thu, 15 Oct 1998 09:56:33 +1000
At 98/10/14 10:14 -0400, Pursel, Frank wrote:
>I don't think Jade supports SUBDOC's.  I've found Jade to be hugely powerful
>but this feature isn't supported.      

JADE does successfully implement the use of SUBDOC ... my shareware sources
(as with all shareware there is no obligation to remit the fee before
getting the benefit; see links below for details) for podium presentations
implements SUBDOC and #CONREF allowing one presentation to extract a slide
from another existing presentation.

The source code supplied uses the (sgml-parse) function when the ENTITY
#CONREF attribute is specified that points to a SUBDOC general entity:

 <!ENTITY bslides SYSTEM "bslides.sgm" SUBDOC>
 ...
 <frame id="atopic">
   blah ... definition of slide ... blah
 </frame>
 <frame id="btopic" pres="bslides"> <!-- #CONREF to other presentation-->
 <frame id="ctopic">
   blah ... definition of slide ... blah
 </frame>
   
I hope this helps.

........... Ken


--
G. Ken Holman               mailto:gkholman@xxxxxxxxxxxxxx
Crane Softwrights Ltd.  http://www.CraneSoftwrights.com/d/
Box 266,                                V: +1(613)489-0999
Kars, Ontario CANADA K0A-2E0            F: +1(613)489-0995
Training:   http://www.CraneSoftwrights.com/d/schedule.htm
Resources: http://www.CraneSoftwrights.com/d/resources.htm
Shareware: http://www.CraneSoftwrights.com/d/shareware.htm


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


Current Thread