[xsl] get the max-value

Subject: [xsl] get the max-value
From: "Pfitzner, Jan" <Jan.Pfitzner@xxxxxx>
Date: Thu, 13 Jun 2002 10:44:05 +0200
Hi,
I want to get the maximum value in my xml-file.

xml:

<Data>
	<Characteristic>
		<Value>9879</Value>		
		<Value>93425</Value>
		<Value>23465</Value>
		<Value>234</Value>
		<Value>1235</Value>
		<Value>96569</Value>
		...
	</Characteristic>
	<Characteristic>
		<Value>1239</Value>
		...
	</Characteristic>
	...	
</Data>

I tried it with xsl:for-each and xsl:sort, but I didn't managed.

Thanks

JP

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


Current Thread