[xsl] Vertical display

Subject: [xsl] Vertical display
From: Sundar Shanmugasundaram <SSHANMUGASUNDARAM@xxxxxxxxxxxxx>
Date: Mon, 28 Apr 2003 16:13:46 +0530
<?xml version="1.0"?>
<o>
	<com>
		<hereyougo>
			<first>1</first>
			<second>2</second>
			<third>3</third>

		</hereyougo>
		<imaycome>
			<four>4</four>
			<five>5</five>
			<six>6</six>

		</imaycome>
		<imaycome1>
			<four1>41</four1>
			<five1>51</five1>
			<six1>61</six1>

		</imaycome1>
		<imaycome2>
			<four2>42</four2>
			<five2>52</five2>
			<six2>62</six2>

		</imaycome2>

	</com>
</o>

Hi,

This is the xml file. I want to display in HTML table as follows :

1      4        41       42
2      5        51       52
3      6        61       62

How will i do that?

Please give XSL template.

thanks and regards,
sundar

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


Current Thread