[xsl] Nested XML Tree View

Subject: [xsl] Nested XML Tree View
From: "Ben Graham" <bennygraham60@xxxxxxxxxxx>
Date: Thu, 16 Jan 2003 18:57:50 +0000
Hi,
I have the following XML:

<?xml version="1.0"?>
<VARIABLEGROUPS>
	<VARIABLEGROUP>
		<NAME>MyGroup</NAME>
		<TABLE>
			<NAME>Plate</NAME>
			<VARIABLE>
				<NAME>Max_Response</NAME>
			</VARIABLE>
			<TABLE>
				<NAME>Well</NAME>
				<VARIABLE>
					<NAME>Well_ID</NAME>
				</VARIABLE>
			</TABLE>
		</TABLE>
	</VARIABLEGROUP>
</VARIABLEGROUPS>


How can I achieve the following HTML output displaying the hierachy:


Group: MyGroup
	Table: Plate
		Variable: Max_Response
		Table: Well
			Variable: Well_ID

Any guidance at all would be appreciated.

Thanks in advance



_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail



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



Current Thread