Re: Oft-encountered formatting problem

Subject: Re: Oft-encountered formatting problem
From: Paul Prescod <papresco@xxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 26 May 1997 10:01:01 -0400
Frank Christoph wrote:
> So all the branch offices ought to be directed into the ports of a
> column-set-sequence, but since they are on the same level as, for example,
> MAINOFFICE and not grouped together as the only children of some other
> element (maybe called "BRANCHOFFICES"), there is no good place to put
> the column-set-sequence flow object.

You could try something like this:

(element SEC
	(sosofo-append
	     (process-matching children "COMPANY")
	     (process-matching children "DESC")
	     (process-matching children "MAINOFFICE")
	     (make column-set-sequence 
	         (process-matching children "MAINOFFICE")))
 
You could also use modes as Harald pointed out.

 Paul Prescod



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


Current Thread