Xpath XML Tutorial

File: Data.xml

     12
     23
     45
     56
     75

File: Transform.xslt

  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  
  
    
     + 25 = 
    
    
    
     * 25 = 
    
    
  

Output:
     12 + 25 = 37
12 * 25 = 300
     23 + 25 = 48
23 * 25 = 575
     45 + 25 = 70
45 * 25 = 1125
     56 + 25 = 81
56 * 25 = 1400
     75 + 25 = 100
75 * 25 = 1875