XSLT StyleSheet XML Tutorial

File: Data.xml


    999
    A123
    -16
    0
    
    false

File: Transform.xslt

      version="1.0"
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    
      
        The boolean value of "0" is 
        
          
        

         if "0" is a string, but 
        
          
        

         if "0" is a number.
      


    

Output:
The boolean value of "0" is true if "0" is a string, but false if "0" is a number.