Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. XML / XSL
  4. XSL Sorting

XSL Sorting

Scheduled Pinned Locked Moved XML / XSL
xmlgame-devalgorithmsquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    afronaut
    wrote on last edited by
    #1

    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";

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups