XSL Sorting
-
Hey all. I've written a simple program that will go through Source Safe and get comments developers attach to files. I've set the output to look like this: Updated Code Blah 3/23/2004 8:00:33 PM Afronaut Updated Code Blah 3/23/2004 8:00:33 PM Afronaut ... Source Safe forces you to iterate through the changes on a file by file basis - that's why I don't just retrieve the data based on date in the first place. Is there a way, using XSLT, that I can display the changes irrespective of file, ordered by date? Something like: Date Change | File Name | Description of Change | Developer I'm thinking it would is along the lines of: But isn't this just going to sort within the output of the Row element, not irrespective of element? Can anyone suggest a better file format for me? My last resort is to just use a single table *.mdb file but it isn't a very effecient approach. Thanks in advance - *->>Always working on my game, teach me *->>something new. cout << "dav1d\n";