[xsl] Selecting and sorting attributes from dynamic headers...

Subject: [xsl] Selecting and sorting attributes from dynamic headers...
From: MARTZEL Xavier <Xavier.MARTZEL@xxxxxxxxxxx>
Date: Tue, 7 Aug 2001 13:15:28 +0200
My XML file is:

<XmlData>
	<Headers>
		<Column label="att1" />
		<Column label="att4" />
		<Column label="att2" />
		<Column label="att7" />
	</Headers>
	<Results>
		<Row att1="AAA" att2="BBB" att3="CRC" ... att10="NNN" />
		<Row att1="AAA" att2="BAB" att3="CCT" ... att10="NNN" />
		<Row att1="AAA" att2="BCB" att3="CEC" ... att10="NNN" />
		<Row att1="AAA" att2="DBB" att3="CCR" ... att10="NNN" />
		<Row att1="AAA" att2="BBE" att3="CCC" ... att10="NNN" />
	</Results>
</XmlData>

The Headers node is a param of my XSL file. I'd like to generate a HTML
table with the attributes specified in the Headers node in the same order of
the Column nodes. I thought it was simple, but I can't to it !!

Thanks for any help.

Xavier Martzel
xavier.martzel@xxxxxxxxxxx

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


Current Thread