XSL Style Sheet to find the minimum and maximum values from a XML node list
Lets say you have a XML node list of timestamps or numbers and you want to display things like the oldest date, newest date, lowest number, largest number. Using XSL Style Sheets you can do this.
Read the rest of this entry »