XSLT StyleSheet XML Tutorial

local-name()- Takes zero or one node-sets as its argument and returns the local part of the element name  if it exists;  if no argument node-set exists, it returns the local part of the name of the context node.  
File: Data.xml

      xmlns:rntsoft="http://www.rntsoft.com">
    standardAAA
    258
    rntsoft1258

File: Transform.xslt

      version="1.0"
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    
      
        
          name
          local
          URI
        
        
      
    
    
      
        
          
        
        
          
        
        
          
        
      
    

Output:
namelocalURIdatadatastandard:ididhttp://www.w3.org/1999/XSL/Transformstandard:sizesizehttp://www.w3.org/1999/XSL/Transformrntsoft:ididhttp://www.rntsoft.com