<?xml version='1.0' encoding='utf-8'?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>

<xsl:template match="/">
	<p align="center">
		<html><head></head>
			<body/>
		</html>
	</p>
	<p align="center">
		<strong>
			<font size="5">
				<xsl:value-of select="ServiceCall/CallDetails/CallID"/>
			</font>
		</strong>
	</p>
	<p align="center">
		<strong/>
	</p>
	<p align="center">&#160;Customer : 
		<xsl:value-of select="ServiceCall/CallDetails/Customer"/>
	</p>
	<p align="center">Address : 
		<xsl:value-of select="ServiceCall/CallDetails/Address"/>
	</p>
	<p>&#160; 
		<table width="588" align="center" border="1" style="; width: 588px; height: 129px">
			<tbody>
				<xsl:for-each select="ServiceCall/EquipmentDetails/Equipment">
					<tr>
						<td width="33%"/>
						<td width="33%"/>
					</tr>
					<tr>
						<td width="33%">
							<p align="right">Equipment ID : </p>
						</td>
						<td width="33%">
							<xsl:value-of select="EquipmentID"/>
						</td>
					</tr>
					<tr>
						<td width="33%">
							<p align="right">Equipment Type : </p>
						</td>
						<td width="33%">
							<xsl:value-of select="EquipmentType"/>
						</td>
					</tr>
					<tr>
						<td width="33%">
							<p align="right">Manufacture : </p>
						</td>
						<td width="33%">
							<xsl:value-of select="Manufacture"/>
						</td>
					</tr>
					<tr>
						<td width="33%"/>
						<td width="33%"/>
					</tr>
				</xsl:for-each>
			</tbody>
		</table>
	</p>
	<p>&#160;</p>
	<p>&#160; 
		<table width="994" align="center" border="1" style="; width: 994px; height: 29px">
			<tbody>
				<xsl:for-each select="ServiceCall/Notes/Note">
					<tr>
						<td width="50%">
							<xsl:value-of select="."/>
						</td>
					</tr>
				</xsl:for-each>
			</tbody>
		</table>
	</p>
	<p>&#160;</p>
	<p>&#160;</p>
</xsl:template>

</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2006. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="Test1.xml" htmlbaseurl="" outputurl="" processortype="internal" useresolver="yes" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal" customvalidator=""/></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no" ><SourceSchema srcSchemaPath="Test1.xml" srcSchemaRoot="ServiceCall" AssociatedInstance="" loaderFunction="document" loaderFunctionUsesURI="no"/></MapperInfo><MapperBlockPosition><template match="/"><block path="p[5]/table/tbody/xsl:for&#x2D;each" x="352" y="93"/><block path="p[7]/table/tbody/xsl:for&#x2D;each" x="392" y="93"/></template></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
</metaInformation>
-->