Re: make entity

Subject: Re: make entity
From: vu@xxxxxxxxxx (Vu Nguyen)
Date: Fri, 8 Aug 1997 10:10:12 -0500
 
> The first problem is that this should not be a default rule (which applies
> to every element with no more specific rule) but the root rule or rule for
> the document element of the input document:
> 
> (root 
>   (make entity
>      system-id: "test2.html"
>        (sosofo-append
>          (make document-type
>            name: "HTML"
>            public-id: "-//IETF//DTD HTML 2.0//EN")
>          (make element
>            gi: "html"
>                 ....))))

   Cool, this works...thanks all..

> 
> The second problem is that you've specified the output before the input
> (and thus inadvertantly failed to specify an input document).   The command
> line should be:
> 
>   % jade -c<somepath>/catalog -d<somepath>/myspec.dsl -t sgml 
>     <somepath>/test.sgml > test.html

  Well, I've been putting the output before the input and it worked just fine... maybe it doesn't matter???


> 
> Cheers,
> 
> E.
> 
>         
>  
> 
>  DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist
> 

 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) <=