Re: Creating new element from nothing

Subject: Re: Creating new element from nothing
From: Joerg Wittenberger <Joerg.Wittenberger@xxxxxxxxx>
Date: Wed, 25 Aug 1999 17:01:37 +0200 (CEST)
"Maltby, David G" <david.g.maltby@xxxxxxxx> wrote:

> It seems that a formatting-instruction could take care of this as in:
> 
> <![CDATA[
> (element A
>   (make element gi: "a"
>     (make formatting-instruction data: "<x></x>")
>     (process-children)
>   )
> )
...
> However this "feels" odd, I am wondering if there is another (better) way?  

How about:

 (element A
   (make element gi: "a"
     (make element gi: "x" (empty-sosofo))
     (process-children)
   )
 )

??????


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


Current Thread