(dsssl) Re: (dsssl) Comparing style sheet languages

Subject: (dsssl) Re: (dsssl) Comparing style sheet languages
From: Javier Farreres de la Morena <spanish@xxxxxxxxx>
Date: Fri, 28 Jun 2002 18:56:51 +0200
I am posting some DSSSL definitions. But they cannot be tested with OpenJade
as they are not yet implemented:

Multicolumn layout:

(make page-sequence
  repeat-page-models: (list page)
  (make column-set-sequence
    column-set-model: double-columns))

(define-page-model page
 (region
   (x-origin 0)
   (y-origin 0)
   (width ??)
   (height ??)
   (flow #f))
 (width ??)
 (height ??))

(define-column-set-model double-columns
 (column-subset
  (column
   (x-origin ??)
   (width column-size))
  (column
   (x-origin (+ column-size column-separation))
   (width column-size))
  (flow
   (#f body-text)
   (pictures top-float bottom-float)
   (notes footnote))))

Perhaps someone can correct the errors so the code to be inserted in the
page is not wrong.





-----------------------------------------------------------
¡¡¡ Tarifa Plana Premium Nº1 del mercado !!!
Inicia by Tiscali, el líder europeo de acceso a Internet
te ofrece el ACCESO MEJOR VALORADO por Computer Hoy
SEGURIDAD y VELOCIDAD en tu conexión 
por sólo 17, 99 ? / 2.994 ptas. mes (+IVA)
¡ Descúbrela AHORA ! http://alta.tiscali.es/ahorainicia.jsp
-----------------------------------------------------------




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

Current Thread