XSLT StyleSheet XML Tutorial

File: Data.xml


    Welcome to XSL world.
    XSL
    4
    10

File: Transform.xslt

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

        
          Text: 
        

        
      

      
        Text before 
        
        
      

      
      

        
          Text after 
          
          
        

        
      

      

        
          Text from position 
          
          
        

        
      

      

        
          Text from position 
          
           of length  
          
          
        

        
      

    

Output:
Text: Welcome to XSL world.
Text before XSL: Welcome to 
Text after XSL:  world.
Text from position 4: come to XSL world.
Text from position 4 of length  10: come to XS