Re: [xsl] Finding max values

Subject: Re: [xsl] Finding max values
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 5 Apr 2007 12:48:17 +0100
max(object/p/date/xs:dateTime(@publish))

(you don't need the dateTime cast if you have a schema aware system and
have schema validated the inpout specifying that the attribute has that
type.)

Current Thread