Xpath XML Tutorial

File: Data.xml


    
      11111
      22222
    
    
      33333
      44444
    

File: Transform.xslt

      version="1.0"
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    
      
        
           . 
          current()
        
        
      
    
    
      
        
          
        
        
          
        
      
      
        
          
        
        
          
        
      
    

Output:
 . 
current()firstfirst
111111111122222secondsecond33333