XSLT StyleSheet XML Tutorial

File: Data.xml


    Welcome to XSL world.
    Welcome
    XSL
    XML

File: Transform.xslt

      version="1.0"
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    
      
        
          
            
          
        
        
          string
          starts-with
          contains
        
        
          
            
              
            
            
              
            
            
              
            
          
        
      
    

Output:
Welcome to XSL world.stringstarts-withcontainsWelcome
truetrueXSLfalsetrueXMLfalsefalse