I have an xml document that I am creating using the loop below and the XML writer from C#. It currently works fine, but I wanted to implement a solution where every time the XML is written it automatically sorts it ascending using the driveStart field. I know people say you should do this in XSLT but I am having a hard time finding a good example to follow. Anyone have any experience in this that I can use? Any help is greatly appreciative.I have an xml document that I am creating using