RE: About the source library

Subject: RE: About the source library
From: "Didier PH Martin" <martind@xxxxxxxxxxxxx>
Date: Sun, 9 May 1999 03:16:14 -0400
Hi

I agree with Avi. This is why DSSSL has two different FO:
a) for On-line presentation - the scroll object
b) for page or paper presentation - the page object.

The former reflow the content when the window is resized. The latter do not.

Thus, for online presentation I would have as a root

(root
   (make scroll
	(process-children)
   )
)

and for page presentation:

(root
    (make simple-page-sequence
	 (process-children)
    )
)



regards
Didier PH Martin
mailto:martind@xxxxxxxxxxxxx
http://www.netfolder.com


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


Current Thread