Re: make entity

Subject: Re: make entity
From: Paul Prescod <papresco@xxxxxxxxxxxxxxxx>
Date: Fri, 08 Aug 1997 10:32:31 -0400
Vu Nguyen wrote:
> (default
>   (make entity
>      system-id: "test2.html"
>      (process-children)
>    )
>  )

This construction rule will be called hundreds of times. Once for every
element in your document. I don't think that that is what you want.
Perhaps this:

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

Paul Prescod

 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)
      • Paul Prescod - Fri, 8 Aug 1997 10:30:51 -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)