XSLT StyleSheet XML Tutorial

The xsl:sort element can be used together with the xsl:apply-templates element and the xsl: for-each element. 
File: Data.xml

    John
    Josua
    Charles
    Alice
    Martha
    George

File: Transform.xslt

  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    
      
        
          
          

            
        
      

              
            
          

    

Output:
Alice
Charles
George
John
Josua
Martha