XSLT StyleSheet XML

File: Data.xml

 chapter 1
 chapter 2

File: Transform.xslt
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  xmlns:myNamespace="http://www.rntsoft.com/namespaces">
  
    
      
        This shows namespace nodes.
      
      
        


          Namespace nodes of the myNamespace:Book element.
        


        
      
    
  
  
    
      
        
        . The namespace prefix
        
          
        

        has the namespace URI
        
          
        

        .
      

    
  

Output:

   
      
      This shows namespace nodes.
   
   
      


                   Namespace nodes of the myNamespace:Book element.
                 
      


      1
                 . The namespace prefix
                 xml
                 has the namespace URI
                 http://www.w3.org/XML/1998/namespace
                 .
               
      

      2
                 . The namespace prefix
                 myNamespace
                 has the namespace URI
                 http://www.rntsoft.com/namespaces
                 .