SOLUTION FOR : How can I add a new children in a node??

Subject: SOLUTION FOR : How can I add a new children in a node??
From: Reyes Garcia Rosado <reyes.garcia@xxxxxxxxxx>
Date: Thu, 30 Sep 1999 09:27:07 +0200
Hello, I'm Reyes again, I have solved the problem. I'm sorry for your time.
The solution is:
	(element FATHER 
		(make element gi: FATHER)
			(make element gi: "SOON-NEW" (literal "New") )
			(process-matching-children '())
		)
	)

Thanks for all,
			Reyes



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


Current Thread