make entity

Subject: make entity
From: Vu Nguyen <vu@xxxxxxxxxx>
Date: Thu, 7 Aug 1997 14:56:21 -0500 (CDT)
  I'm pretty new to DSSSL, please help me to see what is wrong with this
piece of code:

---------------------------------------
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN">
(declare-flow-object-class element
  "UNREGISTERED::James Clark//Flow Object Class::element")
(declare-flow-object-class empty-element
  "UNREGISTERED::James Clark//Flow Object Class::empty-element")
(declare-flow-object-class document-type
  "UNREGISTERED::James Clark//Flow Object Class::document-type")
(declare-flow-object-class entity
  "UNREGISTERED::James Clark//Flow Object Class::entity")

(default
  (make entity
     system-id: "test2.html"
     (process-children)
   )
 )


Then at the command line:
  % jade -c<somepath>/catalog -d<somepath>/myspec.dsl -t sgml >
test.html <somepath>/test.sgml

I expect the test2.html will contain everything in the source SGML... but
it (test2.html) is not even got generated... any idea?

-Vu Nguyen

 *-----------------------------------------------------*
 * Isogen International Corp.    vu@xxxxxxxxxx         *
 * Vietworld Network @ Dallas    charlie@xxxxxxxxxxxxx *
 * University of Dallas @ TX     vucung@xxxxxxxxxxxx   *
 *-----------------------------------------------------*




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


Current Thread
  • make entity
    • Vu Nguyen - Fri, 8 Aug 1997 00:43:41 -0400 (EDT) <=
      • <Possible follow-ups>
      • W. Eliot Kimber - Fri, 8 Aug 1997 10:42:37 -0400 (EDT)
      • Vu Nguyen - Fri, 8 Aug 1997 11:11:05 -0400 (EDT)