<?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 Knowledge Builder Button Bar (BTNL & BTNR) XSL
	24 April 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>
		
		<style>
		a{text-decoration:none; color="#000000";}
		a:hover{color="#DE0008"}
		</style>

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

			<xsl:apply-templates select="//Platforms_Master"/>
	
		</body>
		</html>
		<!-- END: HTML Output Page Contents -->

	</xsl:template>
	<!-- END: QuickNav Platform and Category View Select HTML Output Page Contents -->
	
	<!-- START: Dynamic Build and Formatting of QuickNav Platform and Category View Select HTML Output Page Contents -->
	<xsl:template match="//QNC_Organization_Master">

	<!-- START: Header Content -->	
	<table>
		<tr>
			<td align="left">
				<i>
				<b>
				<font face="Arial" size="3" color="#DE0008">
					QuickNav...
				</font>
				</b>
				</i>
			</td>
		</tr>
	</table>
	<hr noshade="true"/>
	<!-- END: Header Content -->	

	<!-- START: Dynamic Build and Formatting -->
	<xsl:for-each select="//Platform">
		<table align="center"  width="90%" cellpadding="4" cellspacing ="0" border="0" bgcolor="#C0C0C0">
			<tr>
				<!-- START: Dynamic Build and Formatting of Platform and "Select QuickNav View" Menu  -->
				<td valign="top" width="200">
					<!-- START: Dynamic Build and Formatting of Platform Information  -->
					<b>
					<font face="Arial" size="3">
						<xsl:value-of select="Platform_Name"/>
						<xsl:value-of select="Platform_Variation"/>
					<br/>
						<xsl:value-of select="Platform_ID"/>
					</font>
					</b>
					<br/><br/>
					<!-- END: Dynamic Build and Formatting of Platform Information  -->
					<!-- START: Dynamic Build and Formatting of HTML/JavaScript-based "Select QuickNav View" Menu  -->
					<xsl:choose>
						<xsl:when test="Platform_Menu[@ShowMenu='true']">
							<select name="linkselection" onchange="window.open(this.options[selectedIndex].value,'_top')">
								<xsl:for-each select="Platform_Menu/MenuItem">
									<option>
										<xsl:attribute name="value">
											<xsl:value-of select="Item_Link"/>
										</xsl:attribute>
										<xsl:value-of select="Item_Name"/>
									</option>
								</xsl:for-each>
							</select>
						</xsl:when>
						<xsl:otherwise/>
					</xsl:choose>
					<!-- END: Dynamic Build and Formatting of HTML/JavaScript-based "Select QuickNav View" Menu  -->
				</td>
				<!-- END: Dynamic Build and Formatting of Platform and "Select QuickNav View" Menu  -->
				<!-- START: Platform/Menu and Description Information Column Seperator -->
				<td width="10"/>
				<!-- END: Platform/Menu and Description Information Column Seperator -->
				<!-- START: Dynamic Build and Formatting of Platform Platform Description  -->
				<td align="left" valign="top">
					<font face="Arial" size="2">
						<xsl:value-of select="Platform_Description"/>
					</font>
				</td>
				<!-- END: Dynamic Build and Formatting of Platform Platform Description  -->
			</tr>
			<!-- START: Platform/Menu/Description Information Row Seperator -->
			<tr>
				<td height="20" bgcolor="#FFFFFF"/>
				<td height="20" bgcolor="#FFFFFF"/>
				<td height="20" bgcolor="#FFFFFF"/>
			</tr>
			<!-- END: Platform/Menu/Description Information Row Seperator -->
		</table>
	</xsl:for-each>
	<hr noshade="true"/>
	<!-- END: Dynamic Build and Formatting -->

	</xsl:template>
	<!-- END: Dynamic Build and Formatting of QuickNav Platform and Category View Select HTML Output Page Contents -->

</xsl:stylesheet>
<!-- END: QuickNav Platform and Category View Select Page -->

