Retrieve top 10
Hello,
I want to create a XSLT that only returns the top so many entries of data based on a date. What I want to do is create a top-ten list of most recently modified files in the XML. My XML looks like:
<Documents>
<Document>
<Name>Document</Name>
.
.
<LastChangeDate>1/2/2004</LastChangeDate>
Basically, I want to retrieve the last ten documents with the most recent last change date. I have a process defined for modifying the XML with the new last change date; however, I'm not sure how to do this through XSLT.
Any help is appreciated.
Thanks,
Brian Mains
__________________
Brian
|