<?xml version="1.0" encoding="ISO-8859-1"?>
<html xsl:version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>XSLT Loops at Global Guide Line XSLT Tutorial</title>
</head>
<body>
<xsl:for-each select="globalGuideLine/employee">
<b><xsl:value-of select="FirstName"/>
<xsl:value-of select="LastName"/></b> is working at Global Guide Line<br/>
</xsl:for-each>
</body>
</html>
XSLT Tutorial section of sources and outputs for XSLT loops view it by simply clicking on file name of XSLT, XML
and Out Put of XSLT For Each Loop