RE: spanning rows

Subject: RE: spanning rows
From: "Didier PH Martin" <martind@xxxxxxxxxxxxx>
Date: Tue, 18 Apr 2000 14:50:14 -0400
Hi Mok

Is this with the html backend?

cheers
Didier PH Martin
----------------------------------------------
Email: martind@xxxxxxxxxxxxx
Conferences: XML Europe (http://www.gca.org)
Book: XML Professional (http://www.wrox.com)
column: Style Matters (http://www.xml.com)
Products: http://www.netfolder.com

-----Original Message-----
From: owner-dssslist@xxxxxxxxxxxxxxxx
[mailto:owner-dssslist@xxxxxxxxxxxxxxxx]On Behalf Of Mok
Sent: Tuesday, April 18, 2000 12:03 PM
To: 'dssslist@xxxxxxxxxxxxxxxx'
Subject: spanning rows


simple question,
how do you have a cell spanning a two rows.

i have tried this simple test

(root
  (make simple-page-sequence

    (make table
      (make table-row
	(make table-cell 
	  n-rows-spanned: 2
	  (make paragraph (literal "one")))
	(make table-cell 
	  (make paragraph (literal "two"))))

      (make table-row
	(make table-cell 
	  (make paragraph (literal "three")))))))

but nothing spans!



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


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


Current Thread
  • spanning rows
    • Mok - Tue, 18 Apr 2000 12:09:00 -0400 (EDT)
      • Didier PH Martin - Tue, 18 Apr 2000 15:10:13 -0400 (EDT) <=