Making tables

Subject: Making tables
From: Carl Sjogreen <sjogreen@xxxxxxxxxxxxxxx>
Date: Mon, 28 Sep 1998 12:24:45 -0400 (EDT)
Say I have the following XML fragment:

<list>
	<item>foo</item>
	<item>bar</item>
	<item>baz</item>
	...
</list>

And I want to create an XSL rule to generate a two column table of this
information (i.e. each row in the table contains two item entries) in
HTML.  Is there a way to do this without going through the formatting
objects (although columns don't seem to exist there yet either)?

Thanks much for any input.

	-Carl


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread