<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:response="http://www.ntforl.com/">

<xsl:template match="/">
<html>
<head>
<title>Web Services and SOAP messages</title>
</head>

<body>
  
<h3>The answer is:
<b><xsl:value-of select="soap:Envelope/soap:Body/response:CalculateResponse/response:CalculateResult"/></b></h3>
            
</body>
</html>
  
</xsl:template>
</xsl:stylesheet>
