<?xml version="1.0" encoding="UTF-8"?>
<!-- Edited with XML Spy v3.5 NT (http://www.xmlspy.com) by Ray Snyder (Honeywell/ Ft. Washington Dev. Eng) -->
<!--
	Honeywell International, Industrial Control
	PlantScape Development Engineering - Engineering Tools
	PST QuickNav Middle (Platform Groups -to- Context Sensitive Content) XSL File
	9 May 2001
	Version 0.1
	Information "PST@Honeywell.com"
-->

<!-- START: QuickNav Platform and Category View Select Page -->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/TR/WD-xsl" xmlns:xlink="http://www.w3.org/1999/xlink">

	<!-- START: QuickNav Platform and Category View Select HTML Output Page Contents -->
	<xsl:template match="/">
		
		<!-- START: HTML Output Page Contents -->
		<html>

<HEAD>

</HEAD>

		<style>
		a{text-decoration:none; color="#000000";}
		a:hover{color="#DE0008"}
		</style>

		<body topmargin="4" leftmargin="0" marginwidth="2" marginheight="2">



	<font face="Arial" size="3"  color="#DE0008">
		&#160;
		<b>
		<i>
			QuickNav by
			<xsl:value-of select="//Groups_Category"/>
		</i>
		</b>
		</font>
		<br/>
		
		&#160;
		<b>
		<font face="Arial" size="2">
			<xsl:value-of select="//Platform_Information"/>
		</font>
		</b>
		
		<hr noshade="true" width="98%"/>
	
				<xsl:for-each select="/Groups_Master/Groups/Group">
					&#160;
					<b>
					<font face="Arial" size="3">
						<xsl:value-of select="Group_Name"/>
					</font>
					</b>
					<br/>
						<xsl:for-each select="./Family">
							&#160;&#160;&#160;
							<b>
							<font face="Arial" size="2">
								<xsl:value-of select="Family_Name"/>
							</font>
							</b>
							<br/>
								<xsl:for-each select="./Member">
									&#160;&#160;&#160;&#160;&#160;
									<font face="Arial" size="1">
										<b>
										<a>
											<xsl:attribute name="href">
												<xsl:value-of select="Member_Link"/>
											</xsl:attribute>
											<xsl:attribute name="target">FRAME_BODY</xsl:attribute>
												<u>
												<xsl:value-of select="Member_Name"/>
												<xsl:value-of select="Member_Description"/>
												</u>
											<br/>
										</a>
										</b>
									</font>
								</xsl:for-each>
							<br/>
							</xsl:for-each>
					</xsl:for-each>					

			
		<hr noshade="true" width="98%"/>




	
		</body>
		</html>
		<!-- END: HTML Output Page Contents -->

	</xsl:template>


</xsl:stylesheet>

