Re: Navigation Problem??

Subject: Re: Navigation Problem??
From: Paul Prescod <papresco@xxxxxxxxxxxxxxxx>
Date: Wed, 10 Sep 1997 18:51:49 -0400
Vu Nguyen wrote:
>   Say I need to print out the content of the title after I print the
> content of element CHILD_2 (which is Text). Is it possible to navigate
> back up to parent node then navigate down to get the content???

Don't try to "navigate". Just take control of the processing of the 
children.

(element parent 
	(sosofo-append 
		(process-node-list
			(node-list-rest (children)))
		(process-node-list
			(node-list-first (children)))))

 Paul Prescod

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


Current Thread