(dsssl) overlapping table cells

Subject: (dsssl) overlapping table cells
From: SKV <skvenkat@xxxxxxxxx>
Date: Sat, 09 Feb 2002 13:06:53 +0530
Hi,

I am wondering (for sometime now) how this Elsevier SGML "cspan" (column span) attribute can be implemented.

Old archives in the biglist tells you to do this:

(element c
   (make table-cell 	
	n-columns-spanned: (string->number (attribute-string "cspan"))
 ) )

This doesn't work in this case since we have overlapping elements...

<r><c cspan="2">Entry 1</c><c></c></r>
<r><c>1.0</c><c>2.0</c></r>

What we need is more like merge cells...

Thanks

SKV
TnQ Books and Journals


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


Current Thread