﻿<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
<xsl:template match="/">

<html>
	<head>
		<title>Star Wars Mapping Documentation</title>
		<style type="text/css" media="all">
			body {
				margin: 0px;
				padding: 25px;
			}

			body, td {
				font-family: verdana, sans-serif;
				font-size: 12px;
			}

			h5 {
				padding: 0px;
				margin: 0px;
				font-size: 14px;
				color: #fff;
			}

			h4 {
				padding: 0px 0px 3px 0px;
				margin: 0px;
				font-size: 15px;
				color: #fff;
			}

			h4.toc {
				padding: 0px 0px 3px 0px;
				margin: 0px;
				font-size: 15px;
				color: #333;
			}

			h3 {
				padding: 0px;
				margin: 0px;
				font-size: 18px;
			}

			h2 {
				padding: 0px 0px 3px 0px;
				margin: 0px;
				font-size: 18px;
				color: #fff;
			}

			.superheader {
				padding: 5px;
				margin: 100px 0px 0px 0px;
				background-color: #900;
				width: 100%;
				border-top: 2px solid #000;
				border-bottom: 2px solid #000;
			}

			.header {
				padding: 5px;
				margin: 20px 0px 0px 0px;
				background-color: #000;
				width: 100%;
			}

			.subheader {
				padding: 5px;
				margin: 10px 0px 10px 0px;
				background-color: #999;
				width: 100%;
			}

			td.smaller {
				font-size: 11px;
			}

			.smallish {
				font-size: 11px;
			}

			.evensmallisher {
				font-size: 10px;
			}

			.boldish {
				font-weight: bold;
			}

			.bg {
				background-color: #eee;
			}

			.bgwhite {
				background-color: #fff;
			}
		</style>
	</head>
	<body>
		<h3>STAR WARS MAPPING DOCUMENTATION</h3>
		<hr/>
		<br />
<!-- ############################### TABLE OF CONTENTS ############################### -->
<!-- ############################### TABLE OF CONTENTS ############################### -->
<!-- ############################### TABLE OF CONTENTS ############################### -->
<!-- ############################### TABLE OF CONTENTS ############################### -->
<!-- ############################### TABLE OF CONTENTS ############################### -->
<!-- different generate-id for the various links, generate-id works based on node so   -->
<!-- needed to generate different ids when on same node                                -->
		<h4 class="toc">Table of Contents</h4>
		<table border="0" width="100%" cellpadding="2" cellspacing="0">
			<tr>
				<td width="10"></td>
				<td width="38%"></td>
				<td width="15%"></td>
				<td width="15%"></td>
				<td width="30%"></td>
			</tr>
			<tr>
				<td colspan="5">
					<strong><a href="#darthvaderconversion">darthvader Mappings</a></strong>
				</td>
			</tr>
			<xsl:for-each select="//SetupConversion/ConversionTable/@ntName">
			<xsl:choose>
			<!-- //////////////////////////////////////////////// -->
			<!-- /////////////// GRAY BACKGROUND //////////////// -->
			<!-- //////////////////////////////////////////////// -->
			<xsl:when test="position() mod 2 = 0">
			<tr class="bg">
				<td width="10" class="bgwhite"> </td>
				<td>
					<a href="#{generate-id(.)}"><xsl:value-of select="..//@name"/> <span class="evensmallisher"> (source: <xsl:value-of select="."/>)</span></a><br />
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//TableMappings/TableMapping/.)='TableMapping'">
						<span class="smallish"><a href="#{generate-id(..//TableMappings/TableMapping/@ntIdentifier)}">Table Mappings</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomIndicators/.)='CustomIndicators'">
						<span class="smallish"><a href="#{generate-id(..//CustomIndicators/CustomIndicator/@IndParmName)}">Indicators</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomParameters/.)='CustomParameters'">
						<span class="smallish"><a href="#{generate-id(..//CustomParameters/CustomParameter/@IndParmName)}">Parameters</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
			</tr>
			</xsl:when>
			<!-- ///////////////////////////////////////////////// -->
			<!-- //////////////// WHITE BACKGROUND /////////////// -->
			<!-- ///////////////////////////////////////////////// -->
			<xsl:otherwise>
			<tr>
				<td width="10"> </td>
				<td>
					<a href="#{generate-id(.)}"><xsl:value-of select="..//@name"/> <span class="evensmallisher"> (source: <xsl:value-of select="."/>)</span></a><br />
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//TableMappings/TableMapping/.)='TableMapping'">
						<span class="smallish"><a href="#{generate-id(..//TableMappings/TableMapping/@ntIdentifier)}">Table Mappings</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomIndicators/.)='CustomIndicators'">
						<span class="smallish"><a href="#{generate-id(..//CustomIndicators/CustomIndicator/@IndParmName)}">Indicators</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomParameters/.)='CustomParameters'">
						<span class="smallish"><a href="#{generate-id(..//CustomParameters/CustomParameter/@IndParmName)}">Parameters</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
			</tr>
			</xsl:otherwise>
			</xsl:choose>
			</xsl:for-each>


		<!-- ________________________________ -->


			<tr>
				<td colspan="5">
					<br />
					<strong><a href="#bobafettconversion">bobafett Mappings</a></strong>
				</td>
			</tr>
			<xsl:for-each select="//bobafettConversion/ConversionTable/@ntName">
			<xsl:choose>
			<!-- //////////////////////////////////////////////// -->
			<!-- /////////////// GRAY BACKGROUND //////////////// -->
			<!-- //////////////////////////////////////////////// -->
			<xsl:when test="position() mod 2 = 0">
			<tr class="bg">
				<td width="10" class="bgwhite"> </td>
				<td>
					<a href="#{generate-id(.)}"><xsl:value-of select="..//@name"/> <span class="evensmallisher"> (source: <xsl:value-of select="."/>)</span></a><br />
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//TableMappings/TableMapping/.)='TableMapping'">
						<span class="smallish"><a href="#{generate-id(..//TableMappings/TableMapping/@ntIdentifier)}">Table Mappings</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomIndicators/.)='CustomIndicators'">
						<span class="smallish"><a href="#{generate-id(..//CustomIndicators/CustomIndicator/@IndParmName)}">Indicators</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomParameters/.)='CustomParameters'">
						<span class="smallish"><a href="#{generate-id(..//CustomParameters/CustomParameter/@IndParmName)}">Parameters</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
			</tr>
			</xsl:when>
			<!-- ///////////////////////////////////////////////// -->
			<!-- //////////////// WHITE BACKGROUND /////////////// -->
			<!-- ///////////////////////////////////////////////// -->
			<xsl:otherwise>
			<tr>
				<td width="10"> </td>
				<td>
					<a href="#{generate-id(.)}"><xsl:value-of select="..//@name"/> <span class="evensmallisher"> (source: <xsl:value-of select="."/>)</span></a><br />
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//TableMappings/TableMapping/.)='TableMapping'">
						<span class="smallish"><a href="#{generate-id(..//TableMappings/TableMapping/@ntIdentifier)}">Table Mappings</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomIndicators/.)='CustomIndicators'">
						<span class="smallish"><a href="#{generate-id(..//CustomIndicators/CustomIndicator/@IndParmName)}">Indicators</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomParameters/.)='CustomParameters'">
						<span class="smallish"><a href="#{generate-id(..//CustomParameters/CustomParameter/@IndParmName)}">Parameters</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
			</tr>
			</xsl:otherwise>
			</xsl:choose>
			</xsl:for-each>

		<!-- ________________________________ -->


			<tr>
				<td colspan="5">
					<br />
					<strong><a href="#jabbathehutconversion">jabbathehut Mappings</a></strong>
				</td>
			</tr>
			<xsl:for-each select="//jabbathehutConversion/ConversionTable/@ntName">
			<xsl:choose>
			<!-- //////////////////////////////////////////////// -->
			<!-- /////////////// GRAY BACKGROUND //////////////// -->
			<!-- //////////////////////////////////////////////// -->
			<xsl:when test="position() mod 2 = 0">
			<tr class="bg">
				<td width="10" class="bgwhite"> </td>
				<td>
					<a href="#{generate-id(.)}"><xsl:value-of select="..//@name"/> <span class="evensmallisher"> (source: <xsl:value-of select="."/>)</span></a><br />
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//TableMappings/TableMapping/.)='TableMapping'">
						<span class="smallish"><a href="#{generate-id(..//TableMappings/TableMapping/@ntIdentifier)}">Table Mappings</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomIndicators/.)='CustomIndicators'">
						<span class="smallish"><a href="#{generate-id(..//CustomIndicators/CustomIndicator/@IndParmName)}">Indicators</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomParameters/.)='CustomParameters'">
						<span class="smallish"><a href="#{generate-id(..//CustomParameters/CustomParameter/@IndParmName)}">Parameters</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
			</tr>
			</xsl:when>
			<!-- ///////////////////////////////////////////////// -->
			<!-- //////////////// WHITE BACKGROUND /////////////// -->
			<!-- ///////////////////////////////////////////////// -->
			<xsl:otherwise>
			<tr>
				<td width="10"> </td>
				<td>
					<a href="#{generate-id(.)}"><xsl:value-of select="..//@name"/> <span class="evensmallisher"> (source: <xsl:value-of select="."/>)</span></a><br />
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//TableMappings/TableMapping/.)='TableMapping'">
						<span class="smallish"><a href="#{generate-id(..//TableMappings/TableMapping/@ntIdentifier)}">Table Mappings</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomIndicators/.)='CustomIndicators'">
						<span class="smallish"><a href="#{generate-id(..//CustomIndicators/CustomIndicator/@IndParmName)}">Indicators</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomParameters/.)='CustomParameters'">
						<span class="smallish"><a href="#{generate-id(..//CustomParameters/CustomParameter/@IndParmName)}">Parameters</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
			</tr>
			</xsl:otherwise>
			</xsl:choose>
			</xsl:for-each>

		<!-- ________________________________ -->


			<tr>
				<td colspan="5">
					<br />
					<strong><a href="#skywalkerconversion">skywalker Mappings</a></strong>
				</td>
			</tr>
			<xsl:for-each select="//skywalkerConversion/ConversionTable/@ntName">
			<xsl:choose>
			<!-- //////////////////////////////////////////////// -->
			<!-- /////////////// GRAY BACKGROUND //////////////// -->
			<!-- //////////////////////////////////////////////// -->
			<xsl:when test="position() mod 2 = 0">
			<tr class="bg">
				<td width="10" class="bgwhite"> </td>
				<td>
					<a href="#{generate-id(.)}"><xsl:value-of select="..//@name"/> <span class="evensmallisher"> (source: <xsl:value-of select="."/>)</span></a><br />
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//TableMappings/TableMapping/.)='TableMapping'">
						<span class="smallish"><a href="#{generate-id(..//TableMappings/TableMapping/@ntIdentifier)}">Table Mappings</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomIndicators/.)='CustomIndicators'">
						<span class="smallish"><a href="#{generate-id(..//CustomIndicators/CustomIndicator/@IndParmName)}">Indicators</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomParameters/.)='CustomParameters'">
						<span class="smallish"><a href="#{generate-id(..//CustomParameters/CustomParameter/@IndParmName)}">Parameters</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
			</tr>
			</xsl:when>
			<!-- ///////////////////////////////////////////////// -->
			<!-- //////////////// WHITE BACKGROUND /////////////// -->
			<!-- ///////////////////////////////////////////////// -->
			<xsl:otherwise>
			<tr>
				<td width="10"> </td>
				<td>
					<a href="#{generate-id(.)}"><xsl:value-of select="..//@name"/> <span class="evensmallisher"> (source: <xsl:value-of select="."/>)</span></a><br />
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//TableMappings/TableMapping/.)='TableMapping'">
						<span class="smallish"><a href="#{generate-id(..//TableMappings/TableMapping/@ntIdentifier)}">Table Mappings</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomIndicators/.)='CustomIndicators'">
						<span class="smallish"><a href="#{generate-id(..//CustomIndicators/CustomIndicator/@IndParmName)}">Indicators</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomParameters/.)='CustomParameters'">
						<span class="smallish"><a href="#{generate-id(..//CustomParameters/CustomParameter/@IndParmName)}">Parameters</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
			</tr>
			</xsl:otherwise>
			</xsl:choose>
			</xsl:for-each>

		<!-- ________________________________ -->


			<tr>
				<td colspan="5">
					<br />
					<strong><a href="#darthvaderemployeeconversion">darthvader Employee Mappings</a></strong>
				</td>
			</tr>
			<xsl:for-each select="//PMEmployeeConversion/ConversionTable/@ntName">
			<xsl:choose>
			<!-- //////////////////////////////////////////////// -->
			<!-- /////////////// GRAY BACKGROUND //////////////// -->
			<!-- //////////////////////////////////////////////// -->
			<xsl:when test="position() mod 2 = 0">
			<tr class="bg">
				<td width="10" class="bgwhite"> </td>
				<td>
					<a href="#{generate-id(.)}"><xsl:value-of select="..//@name"/> <span class="evensmallisher"> (source: <xsl:value-of select="."/>)</span></a><br />
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//TableMappings/TableMapping/.)='TableMapping'">
						<span class="smallish"><a href="#{generate-id(..//TableMappings/TableMapping/@ntIdentifier)}">Table Mappings</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomIndicators/.)='CustomIndicators'">
						<span class="smallish"><a href="#{generate-id(..//CustomIndicators/CustomIndicator/@IndParmName)}">Indicators</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomParameters/.)='CustomParameters'">
						<span class="smallish"><a href="#{generate-id(..//CustomParameters/CustomParameter/@IndParmName)}">Parameters</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
			</tr>
			</xsl:when>
			<!-- ///////////////////////////////////////////////// -->
			<!-- //////////////// WHITE BACKGROUND /////////////// -->
			<!-- ///////////////////////////////////////////////// -->
			<xsl:otherwise>
			<tr>
				<td width="10"> </td>
				<td>
					<a href="#{generate-id(.)}"><xsl:value-of select="..//@name"/> <span class="evensmallisher"> (source: <xsl:value-of select="."/>)</span></a><br />
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//TableMappings/TableMapping/.)='TableMapping'">
						<span class="smallish"><a href="#{generate-id(..//TableMappings/TableMapping/@ntIdentifier)}">Table Mappings</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomIndicators/.)='CustomIndicators'">
						<span class="smallish"><a href="#{generate-id(..//CustomIndicators/CustomIndicator/@IndParmName)}">Indicators</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomParameters/.)='CustomParameters'">
						<span class="smallish"><a href="#{generate-id(..//CustomParameters/CustomParameter/@IndParmName)}">Parameters</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
			</tr>
			</xsl:otherwise>
			</xsl:choose>
			</xsl:for-each>

		<!-- ________________________________ -->


			<tr>
				<td colspan="5">
					<br />
					<strong><a href="#jabbathehutemployeeconversion">jabbathehut Employee Mappings</a></strong>
				</td>
			</tr>
			<xsl:for-each select="//ASEmployeeConversion/ConversionTable/@ntName">
			<xsl:choose>
			<!-- //////////////////////////////////////////////// -->
			<!-- /////////////// GRAY BACKGROUND //////////////// -->
			<!-- //////////////////////////////////////////////// -->
			<xsl:when test="position() mod 2 = 0">
			<tr class="bg">
				<td width="10" class="bgwhite"> </td>
				<td>
					<a href="#{generate-id(.)}"><xsl:value-of select="..//@name"/> <span class="evensmallisher"> (source: <xsl:value-of select="."/>)</span></a><br />
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//TableMappings/TableMapping/.)='TableMapping'">
						<span class="smallish"><a href="#{generate-id(..//TableMappings/TableMapping/@ntIdentifier)}">Table Mappings</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomIndicators/.)='CustomIndicators'">
						<span class="smallish"><a href="#{generate-id(..//CustomIndicators/CustomIndicator/@IndParmName)}">Indicators</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomParameters/.)='CustomParameters'">
						<span class="smallish"><a href="#{generate-id(..//CustomParameters/CustomParameter/@IndParmName)}">Parameters</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
			</tr>
			</xsl:when>
			<!-- ///////////////////////////////////////////////// -->
			<!-- //////////////// WHITE BACKGROUND /////////////// -->
			<!-- ///////////////////////////////////////////////// -->
			<xsl:otherwise>
			<tr>
				<td width="10"> </td>
				<td>
					<a href="#{generate-id(.)}"><xsl:value-of select="..//@name"/> <span class="evensmallisher"> (source: <xsl:value-of select="."/>)</span></a><br />
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//TableMappings/TableMapping/.)='TableMapping'">
						<span class="smallish"><a href="#{generate-id(..//TableMappings/TableMapping/@ntIdentifier)}">Table Mappings</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomIndicators/.)='CustomIndicators'">
						<span class="smallish"><a href="#{generate-id(..//CustomIndicators/CustomIndicator/@IndParmName)}">Indicators</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomParameters/.)='CustomParameters'">
						<span class="smallish"><a href="#{generate-id(..//CustomParameters/CustomParameter/@IndParmName)}">Parameters</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
			</tr>
			</xsl:otherwise>
			</xsl:choose>
			</xsl:for-each>

		<!-- ________________________________ -->


			<tr>
				<td colspan="5">
					<br />
					<strong><a href="#supervisormappings">Supervisor Mappings</a></strong><br />
					<br />
				</td>
			</tr>

		<!-- ________________________________ -->


			<tr>
				<td colspan="5">
					<br />
					<strong><a href="#instructormappings">Instructor Mappings</a></strong><br />
					<br />
				</td>
			</tr>

		<!-- ________________________________ -->


			<tr>
				<td colspan="5">
					<br />
					<strong><a href="#miscellaneousconversion">Miscellaneous Mappings</a></strong>
				</td>
			</tr>
			<xsl:for-each select="//MiscellaneousConversion/ConversionTable/@ntName">
			<xsl:choose>
			<!-- //////////////////////////////////////////////// -->
			<!-- /////////////// GRAY BACKGROUND //////////////// -->
			<!-- //////////////////////////////////////////////// -->
			<xsl:when test="position() mod 2 = 0">
			<tr class="bg">
				<td width="10" class="bgwhite"> </td>
				<td>
					<a href="#{generate-id(.)}"><xsl:value-of select="..//@name"/> <span class="evensmallisher"> (source: <xsl:value-of select="."/>)</span></a><br />
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//TableMappings/TableMapping/.)='TableMapping'">
						<span class="smallish"><a href="#{generate-id(..//TableMappings/TableMapping/@ntIdentifier)}">Table Mappings</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomIndicators/.)='CustomIndicators'">
						<span class="smallish"><a href="#{generate-id(..//CustomIndicators/CustomIndicator/@IndParmName)}">Indicators</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomParameters/.)='CustomParameters'">
						<span class="smallish"><a href="#{generate-id(..//CustomParameters/CustomParameter/@IndParmName)}">Parameters</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
			</tr>
			</xsl:when>
			<!-- ///////////////////////////////////////////////// -->
			<!-- //////////////// WHITE BACKGROUND /////////////// -->
			<!-- ///////////////////////////////////////////////// -->
			<xsl:otherwise>
			<tr>
				<td width="10"> </td>
				<td>
					<a href="#{generate-id(.)}"><xsl:value-of select="..//@name"/> <span class="evensmallisher"> (source: <xsl:value-of select="."/>)</span></a><br />
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//TableMappings/TableMapping/.)='TableMapping'">
						<span class="smallish"><a href="#{generate-id(..//TableMappings/TableMapping/@ntIdentifier)}">Table Mappings</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomIndicators/.)='CustomIndicators'">
						<span class="smallish"><a href="#{generate-id(..//CustomIndicators/CustomIndicator/@IndParmName)}">Indicators</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
				<td>
				<xsl:choose>
					<xsl:when test="local-name(..//CustomParameters/.)='CustomParameters'">
						<span class="smallish"><a href="#{generate-id(..//CustomParameters/CustomParameter/@IndParmName)}">Parameters</a></span>
					</xsl:when>
					<xsl:otherwise>	</xsl:otherwise>
				</xsl:choose>
				</td>
			</tr>
			</xsl:otherwise>
			</xsl:choose>
			</xsl:for-each>
		</table>
		<xsl:apply-templates/>
	</body>
</html>
</xsl:template>

<!-- ######################## SETUP/PAYROMMLATION  CONVERSION ######################## -->
<!-- ######################## SETUP/PAYROMMLATION  CONVERSION ######################## -->
<!-- ######################## SETUP/PAYROMMLATION  CONVERSION ######################## -->
<!-- ######################## SETUP/PAYROMMLATION  CONVERSION ######################## -->
<!-- ######################## SETUP/PAYROMMLATION  CONVERSION ######################## -->
<xsl:template match="SetupConversion">
<div style="page-break-before: always"/>
<a name="darthvaderconversion">
	<div class="superheader">
		<h2>darthvader Mappings</h2>
	</div>
</a>
	<xsl:apply-templates/>
</xsl:template>

<!-- ############################### bobafett CONVERSION ############################### -->
<!-- ############################### bobafett CONVERSION ############################### -->
<!-- ############################### bobafett CONVERSION ############################### -->
<!-- ############################### bobafett CONVERSION ############################### -->
<!-- ############################### bobafett CONVERSION ############################### -->
<xsl:template match="bobafettConversion">
<div style="page-break-before: always"/>
<a name="bobafettconversion">
	<div class="superheader">
		<h2>bobafett Mappings</h2>
	</div>
</a>
	<xsl:apply-templates/>
</xsl:template>

<!-- ########################### jabbathehut  CONVERSION ########################### -->
<!-- ########################### jabbathehut  CONVERSION ########################### -->
<!-- ########################### jabbathehut  CONVERSION ########################### -->
<!-- ########################### jabbathehut  CONVERSION ########################### -->
<!-- ########################### jabbathehut  CONVERSION ########################### -->
<xsl:template match="jabbathehutConversion">
<div style="page-break-before: always"/>
<a name="jabbathehutconversion">
	<div class="superheader">
		<h2>jabbathehut Mappings</h2>
	</div>
</a>
	<xsl:apply-templates/>
</xsl:template>

<!-- ############################## skywalker  CONVERSION ############################## -->
<!-- ############################## skywalker  CONVERSION ############################## -->
<!-- ############################## skywalker  CONVERSION ############################## -->
<!-- ############################## skywalker  CONVERSION ############################## -->
<!-- ############################## skywalker  CONVERSION ############################## -->
<xsl:template match="skywalkerConversion">
<div style="page-break-before: always"/>
<a name="skywalkerconversion">
	<div class="superheader">
		<h2>skywalker Mappings</h2>
	</div>
</a>
	<xsl:apply-templates/>
</xsl:template>

<!-- ############################ PM EMPLOYEE  CONVERSION ############################ -->
<!-- ############################ PM EMPLOYEE  CONVERSION ############################ -->
<!-- ############################ PM EMPLOYEE  CONVERSION ############################ -->
<!-- ############################ PM EMPLOYEE  CONVERSION ############################ -->
<!-- ############################ PM EMPLOYEE  CONVERSION ############################ -->
<xsl:template match="PMEmployeeConversion">
<div style="page-break-before: always"/>
<a name="darthvaderemployeeconversion">
	<div class="superheader">
		<h2>darthvader Employee Mappings</h2>
	</div>
</a>
	<xsl:apply-templates/>
</xsl:template>

<!-- ############################ AS EMPLOYEE  CONVERSION ############################ -->
<!-- ############################ AS EMPLOYEE  CONVERSION ############################ -->
<!-- ############################ AS EMPLOYEE  CONVERSION ############################ -->
<!-- ############################ AS EMPLOYEE  CONVERSION ############################ -->
<!-- ############################ AS EMPLOYEE  CONVERSION ############################ -->
<xsl:template match="ASEmployeeConversion">
<div style="page-break-before: always"/>
<a name="jabbathehutemployeeconversion">
	<div class="superheader">
		<h2>jabbathehut Employee Mappings</h2>
	</div>
</a>
	<xsl:apply-templates/>
</xsl:template>

<!-- ############################## SUPERVISOR MAPPINGS ############################## -->
<!-- ############################## SUPERVISOR MAPPINGS ############################## -->
<!-- ############################## SUPERVISOR MAPPINGS ############################## -->
<!-- ############################## SUPERVISOR MAPPINGS ############################## -->
<!-- ############################## SUPERVISOR MAPPINGS ############################## -->
<xsl:template match="SupervisorMapping">
<div style="page-break-before: always"/>
<a name="supervisormappings">
	<div class="superheader">
				<h2>Supervisor Mappings</h2>
	</div>
</a>
<table border="0" width="100%" cellpadding="2" cellspacing="0">
	<tr>
		<td width="33%"><strong><u>NT Name</u></strong></td>
		<td width="33%"><strong><u>LW Name</u></strong></td>
		<td width="34%"></td>
	</tr>
	<xsl:for-each select="Mapping">
	<xsl:sort select="@ConvertName" />
	<!-- //////////////////////////////////////////////// -->
	<!-- //////////////////////////////////////////////// -->
	<!-- /// SUPERVISOR MAPPINGS WITH GRAY BACKGROUND /// -->
	<!-- //////////////////////////////////////////////// -->
	<!-- //////////////////////////////////////////////// -->
	<xsl:choose>
	<xsl:when test="position() mod 2 = 0">
	<tr class="bg">
		<td valign="top"><xsl:value-of select="@InitialName"/></td>
		<td valign="top"><xsl:value-of select="@ConvertName"/></td>
		<td valign="top"></td>
	</tr>
	</xsl:when>
	<!-- ///////////////////////////////////////////////// -->
	<!-- ///////////////////////////////////////////////// -->
	<!-- /// SUPERVISOR MAPPINGS WITH WHITE BACKGROUND /// -->
	<!-- ///////////////////////////////////////////////// -->
	<!-- ///////////////////////////////////////////////// -->
	<xsl:otherwise>
	<tr>
		<td valign="top"><xsl:value-of select="@InitialName"/></td>
		<td valign="top"><xsl:value-of select="@ConvertName"/></td>
		<td valign="top"></td>
	</tr>
	</xsl:otherwise>
	</xsl:choose>
	</xsl:for-each>
</table>
</xsl:template>

<!-- ############################## INSTRUCTOR MAPPINGS ############################## -->
<!-- ############################## INSTRUCTOR MAPPINGS ############################## -->
<!-- ############################## INSTRUCTOR MAPPINGS ############################## -->
<!-- ############################## INSTRUCTOR MAPPINGS ############################## -->
<!-- ############################## INSTRUCTOR MAPPINGS ############################## -->
<xsl:template match="InstructorMapping">
<div style="page-break-before: always"/>
<a name="instructormappings">
	<div class="superheader">
				<h2>Instructor Mappings</h2>
	</div>
</a>
<table border="0" width="100%" cellpadding="2" cellspacing="0">
	<tr>
		<td width="33%"><strong><u>NT Name</u></strong></td>
		<td width="33%"><strong><u>LW Name</u></strong></td>
		<td width="34%"></td>
	</tr>
	<xsl:for-each select="Mapping">
	<xsl:sort select="@InitialName" data-type="number" order="ascending" />
	<!-- //////////////////////////////////////////////// -->
	<!-- //////////////////////////////////////////////// -->
	<!-- /// INSTRUCTOR MAPPINGS WITH GRAY BACKGROUND /// -->
	<!-- //////////////////////////////////////////////// -->
	<!-- //////////////////////////////////////////////// -->
	<xsl:choose>
	<xsl:when test="position() mod 2 = 0">
	<tr class="bg">
		<td valign="top"><xsl:value-of select="@InitialName"/></td>
		<td valign="top"><xsl:value-of select="@ConvertName"/></td>
		<td valign="top"></td>
	</tr>
	</xsl:when>
	<!-- ///////////////////////////////////////////////// -->
	<!-- ///////////////////////////////////////////////// -->
	<!-- /// INSTRUCTOR MAPPINGS WITH WHITE BACKGROUND /// -->
	<!-- ///////////////////////////////////////////////// -->
	<!-- ///////////////////////////////////////////////// -->
	<xsl:otherwise>
	<tr>
		<td valign="top"><xsl:value-of select="@InitialName"/></td>
		<td valign="top"><xsl:value-of select="@ConvertName"/></td>
		<td valign="top"></td>
	</tr>
	</xsl:otherwise>
	</xsl:choose>
	</xsl:for-each>
</table>
</xsl:template>

<!-- ########################### MISCELLANEOUS  CONVERSION ########################### -->
<!-- ########################### MISCELLANEOUS  CONVERSION ########################### -->
<!-- ########################### MISCELLANEOUS  CONVERSION ########################### -->
<!-- ########################### MISCELLANEOUS  CONVERSION ########################### -->
<!-- ########################### MISCELLANEOUS  CONVERSION ########################### -->
<xsl:template match="MiscellaneousConversion">
<div style="page-break-before: always"/>
<a name="miscellaneousconversion">
	<div class="superheader">
		<h2>Miscellaneous Mappings</h2>
	</div>
</a>
	<xsl:apply-templates/>
</xsl:template>

<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ TABLE CONVERSIONS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
<!-- @@@@@@@@@@@@@@ CALLED FROM THE MAIN TYPES OF CONVERSIONS ABOVE @@@@@@@@@@@@@@ -->

<xsl:template match="ConversionTable">

<!-- ############################# HEADER  INFO ############################# -->
<!-- ############################# HEADER  INFO ############################# -->
<!-- ############################# HEADER  INFO ############################# -->
<!-- ############################# HEADER  INFO ############################# -->
<!-- ############################# HEADER  INFO ############################# -->
<xsl:for-each select="@ntName">
<a name="{generate-id(.)}">
	<div class="header">
		<h4><xsl:value-of select="../@name"/> <span class="smallish"> (source: <xsl:value-of select="."/>)</span></h4>
	</div>
</a>
</xsl:for-each>


	<ul>
		<li>
			The <xsl:value-of select="@ntName"/> table is 
				<xsl:choose>
					<xsl:when test="@conversionType='0'"> not converted </xsl:when>
					<xsl:when test="@conversionType='1'"> inserted </xsl:when>
					<xsl:when test="@conversionType='2'"> overwritten </xsl:when>
					<xsl:when test="@conversionType='3'"> mapped </xsl:when>
					<xsl:otherwise> </xsl:otherwise>
				</xsl:choose>
			during the Data Conversion.
		</li>
		<li>
			<xsl:choose>
				<xsl:when test="@hasIndParms='False'">There are no indicators/parameters associated with <xsl:value-of select="@ntName"/>.</xsl:when>
				<xsl:otherwise>
					There are indicators/parameters associated with <xsl:value-of select="@ntName"/>.
					They are 
						<xsl:choose>
							<xsl:when test="@indicatorParameterType='0'"> not converted </xsl:when>
							<xsl:when test="@indicatorParameterType='1'"> set to their default value for all NEW <xsl:value-of select="@ntName"/>  </xsl:when>
							<xsl:when test="@indicatorParameterType='2'"> ALWAYS set to their default values for all <xsl:value-of select="@ntName"/> </xsl:when>
							<xsl:when test="@indicatorParameterType='3'"> set to their mapped values, as indicated below, for all NEW <xsl:value-of select="@ntName"/> </xsl:when>
							<xsl:when test="@indicatorParameterType='4'"> ALWAYS set to their mapped values, as indicated below, for all <xsl:value-of select="@ntName"/> </xsl:when>
							<xsl:otherwise> </xsl:otherwise>
						</xsl:choose>
					during the Data Conversion.
				</xsl:otherwise>
			</xsl:choose>
		</li>
	</ul>

<!-- ############################ TABLE MAPPINGS ############################ -->
<!-- ############################ TABLE MAPPINGS ############################ -->
<!-- ############################ TABLE MAPPINGS ############################ -->
<!-- ############################ TABLE MAPPINGS ############################ -->
<!-- ############################ TABLE MAPPINGS ############################ -->
<!-- TWO LEVELS OF MOST TABLE MAPPING INFO - ONE FOR GRAY BACKGROUND AND ONE FOR WHITE BACKGROUND -->

<xsl:for-each select="TableMappings">
<xsl:choose>
<xsl:when test="TableMapping/@ntIdentifier!=''">
<a name="{generate-id(TableMapping/@ntIdentifier)}">
	<div class="subheader">
		<h5>Table Mappings</h5>
	</div>
</a>
	<table border="0" width="100%" cellpadding="2" cellspacing="0">
	<tr>
		<td width="33%"><strong><u>NT Name</u></strong></td>
		<td width="33%"><strong><u>LW Name</u></strong></td>
		<td width="34%"> </td>
	</tr>
	<xsl:for-each select="TableMapping">
	<xsl:sort select="@NTName" />
	<!-- /////////////////////////////////////////// -->
	<!-- /////////////////////////////////////////// -->
	<!-- /// TABLE MAPPINGS WITH GRAY BACKGROUND /// -->
	<!-- /////////////////////////////////////////// -->
	<!-- /////////////////////////////////////////// -->
	<xsl:choose>
	<xsl:when test="position() mod 2 = 0">
	<tr class="bg">
		<td valign="top"><xsl:value-of select="@NTName"/></td>
		<td valign="top"><xsl:value-of select="@LWName"/></td>
		<td></td>
	</tr>
	</xsl:when>
	<!-- //////////////////////////////////////////// -->
	<!-- //////////////////////////////////////////// -->
	<!-- /// TABLE MAPPINGS WITH WHITE BACKGROUND /// -->
	<!-- //////////////////////////////////////////// -->
	<!-- //////////////////////////////////////////// -->
	<xsl:otherwise>
	<tr>
		<td valign="top"><xsl:value-of select="@NTName"/></td>
		<td valign="top"><xsl:value-of select="@LWName"/></td>
		<td></td>
	</tr>
	</xsl:otherwise>
	</xsl:choose>
	</xsl:for-each>
	</table>
</xsl:when>
<xsl:otherwise> </xsl:otherwise>
</xsl:choose>
</xsl:for-each>

<!-- ############################## INDICATORS ############################## -->
<!-- ############################## INDICATORS ############################## -->
<!-- ############################## INDICATORS ############################## -->
<!-- ############################## INDICATORS ############################## -->
<!-- ############################## INDICATORS ############################## -->
<!-- TWO LEVELS OF MOST INDICATOR INFO - ONE FOR GRAY BACKGROUND AND ONE FOR WHITE BACKGROUND -->

<xsl:for-each select="CustomIndicators">
<a name="{generate-id(CustomIndicator/@IndParmName)}">
	<div class="subheader">
		<h5>Indicators</h5>
	</div>
</a>
	<table border="0" width="100%" cellpadding="2" cellspacing="0">
		<tr>
			<td width="33%"><strong><u>NT 
			<xsl:choose>
				<xsl:when test="local-name(../../.)='SetupConversion'">darthvader</xsl:when>
				<xsl:when test="local-name(../../.)='bobafettConversion'">bobafett</xsl:when>
				<xsl:when test="local-name(../../.)='jabbathehutConversion'">jabbathehut</xsl:when>
				<xsl:when test="local-name(../../.)='skywalkerConversion'">skywalker</xsl:when>
				<xsl:when test="local-name(../../.)='PMEmployeeConversion'">darthvader</xsl:when>
				<xsl:when test="local-name(../../.)='ASEmployeeconversion'">jabbathehut</xsl:when>
				<xsl:when test="local-name(../../.)='SupervisorMapping'">darthvader</xsl:when>
				<xsl:when test="local-name(../../.)='SupervisorRoleMapping'">darthvader</xsl:when>
				<xsl:when test="local-name(../../.)='InstructorMapping'">skywalker</xsl:when>
				<xsl:when test="local-name(../../.)='AssignmentMapping'">darthvader</xsl:when>
				<xsl:when test="local-name(../../.)='MiscellaneousConversion'"> </xsl:when>
				<xsl:when test="local-name(../../.)='UDFMapping'">darthvader</xsl:when>
				<xsl:otherwise>System</xsl:otherwise>
			</xsl:choose>
			</u></strong></td>
			<td width="33%"><strong><u>ewoks</u></strong></td>
			<td width="34%"><strong><u>Notes</u></strong></td>
		</tr>
	<xsl:for-each select="CustomIndicator">
	<xsl:sort select="@IndParmName" data-type="text" order="ascending" />
	<!-- /////////////////////////////////////// -->
	<!-- /////////////////////////////////////// -->
	<!-- /// INDICATORS WITH GRAY BACKGROUND /// -->
	<!-- /////////////////////////////////////// -->
	<!-- /////////////////////////////////////// -->
	<xsl:choose>
	<xsl:when test="position() mod 2 = 0">
	<xsl:for-each select="Source">
	<tr class="bg">
		<td valign="top">
			<xsl:choose>
				<xsl:when test="../../CustomIndicator!=''">
					<xsl:choose>
						<xsl:when test="@category='0'"><span class="boldish">tattoine </span></xsl:when>
						<xsl:when test="@category='1'"><span class="boldish">PM </span></xsl:when>
						<xsl:when test="@category='3'"><span class="boldish">BM </span></xsl:when>
						<xsl:when test="@category='4'"><span class="boldish">LV </span></xsl:when>
						<xsl:when test="@category='5'"><span class="boldish">DC </span></xsl:when>
						<xsl:when test="@category='6'"><span class="boldish">RX </span></xsl:when>
						<xsl:when test="@category='7'"><span class="boldish">RX </span></xsl:when>
						<xsl:when test="@category='8'"><span class="boldish">DM </span></xsl:when>
						<xsl:when test="@category='9'"><span class="boldish">LS </span></xsl:when>
						<xsl:when test="@category='11'"><span class="boldish">PTS </span></xsl:when>
						<xsl:when test="@category='13'"><span class="boldish">AM </span></xsl:when>
						<xsl:when test="@category='14'"><span class="boldish">ST </span></xsl:when>
						<xsl:when test="@category='16'"><span class="boldish">AT </span></xsl:when>
						<xsl:when test="@category='17'"><span class="boldish">TV </span></xsl:when>
						<xsl:when test="@category='18'"><span class="boldish">TCC </span></xsl:when>
						<xsl:when test="@category='20'"><span class="boldish">TS </span></xsl:when>
						<xsl:when test="@category='21'"><span class="boldish">MDE </span></xsl:when>
						<xsl:when test="@category='22'"><span class="boldish">ED </span></xsl:when>
						<xsl:when test="@category='23'">
							<xsl:choose>
								<xsl:when test="local-name(../../../../.)='jabbathehutConversion'"><span class="boldish">WA </span></xsl:when>
								<xsl:when test="local-name(../../../../.)='skywalkerConversion'"><span class="boldish">WA </span></xsl:when>
								<xsl:otherwise><span class="boldish">TPC </span></xsl:otherwise>
							</xsl:choose>
						</xsl:when>
						<xsl:when test="@category='24'"><span class="boldish">TID </span></xsl:when>
						<xsl:when test="@category='25'"><span class="boldish">TID </span></xsl:when>
						<xsl:when test="@category='26'"><span class="boldish">TID </span></xsl:when>
						<xsl:when test="@category='27'"><span class="boldish">PMSHM </span></xsl:when>
						<xsl:when test="@category='28'"><span class="boldish">TID </span></xsl:when>
						<xsl:when test="@category='29'"><span class="boldish">skywalker - Scheduling Reports </span></xsl:when>
						<xsl:when test="@category='30'"><span class="boldish">skywalker - Listing Reports </span></xsl:when>
						<xsl:when test="@category='31'"><span class="boldish">skywalker - Supervisor Reports </span></xsl:when>
						<xsl:when test="@category='32'"><span class="boldish">PMASC </span></xsl:when>
						<xsl:when test="@category='33'"><span class="boldish">skywalker - Other Reports </span></xsl:when>
						<xsl:when test="@category='37'"><span class="boldish">ATR </span></xsl:when>
						<xsl:when test="@category='38'"><span class="boldish">PRM </span></xsl:when>
						<xsl:when test="@category='39'"><span class="boldish">AS </span></xsl:when>
						<xsl:when test="@category='40'"><span class="boldish">RWC </span></xsl:when>
						<xsl:when test="@category='41'"><span class="boldish">RXRWC </span></xsl:when>
						<xsl:when test="@category='45'"><span class="boldish">PMC </span></xsl:when>
						<xsl:when test="@category='47'"><span class="boldish">DBPRM </span></xsl:when>
						<xsl:when test="@category='49'"><span class="boldish">SA </span></xsl:when>
						<xsl:when test="@category='50'"><span class="boldish">Enterprise Manager </span></xsl:when>
						<xsl:when test="@category='51'"><span class="boldish">AM </span></xsl:when>
						<xsl:when test="@category='56'"><span class="boldish">ASCAT  </span></xsl:when>
						<xsl:when test="@category='57'"><span class="boldish">EDTX </span></xsl:when>
						<xsl:when test="@category='60'"><span class="boldish">PAU </span></xsl:when>
						<xsl:when test="@category='61'"><span class="boldish">RAU </span></xsl:when>
						<xsl:when test="@category='65'"><span class="boldish">AE </span></xsl:when>
						<xsl:when test="@category='67'"><span class="boldish">TSKMAN </span></xsl:when>
						<xsl:when test="@category='70'"><span class="boldish">SM </span></xsl:when>
						<xsl:when test="@category='72'"><span class="boldish">RXW </span></xsl:when>
						<xsl:when test="@category='79'"><span class="boldish">WES </span></xsl:when>
						<xsl:when test="@category='81'"><span class="boldish">ELS </span></xsl:when>
						<xsl:when test="@category='86'">
							<xsl:choose>
								<xsl:when test="local-name(../../../../.)='jabbathehutConversion'"><span class="boldish">ASHD </span></xsl:when>
								<xsl:when test="local-name(../../../../.)='skywalkerConversion'"><span class="boldish">ASHD </span></xsl:when>
								<xsl:otherwise><span class="boldish">PMHD </span></xsl:otherwise>
							</xsl:choose>
						</xsl:when>
						<xsl:when test="@category='89'"><span class="boldish">ASAU </span></xsl:when>
						<xsl:when test="@category='97'"><span class="boldish">RM </span></xsl:when>
						<xsl:when test="@category='98'"><span class="boldish">GT </span></xsl:when>
						<xsl:when test="@category='202'"><span class="boldish">RL </span></xsl:when>
						<xsl:when test="@category='400'"><span class="boldish">darthvader Services </span></xsl:when>
						<xsl:when test="@category='401'"><span class="boldish">Hub Service </span></xsl:when>
						<xsl:when test="@category='402'"><span class="boldish">Calcs </span></xsl:when>
						<xsl:when test="@category='403'"><span class="boldish">CM </span></xsl:when>
						<xsl:when test="@category='404'">
							<xsl:choose>
								<xsl:when test="local-name(../../../../.)='jabbathehutConversion'"><span class="boldish">Post-Data Service </span></xsl:when>
								<xsl:when test="local-name(../../../../.)='skywalkerConversion'"><span class="boldish">Post-Data Service </span></xsl:when>
								<xsl:otherwise><span class="boldish">Posting </span></xsl:otherwise>
							</xsl:choose>
						</xsl:when>
						<xsl:when test="@category='405'"><span class="boldish">Alert Service </span></xsl:when>
						<xsl:when test="@category='406'"><span class="boldish">TC </span></xsl:when>
						<xsl:when test="@category='407'">
							<xsl:choose>
								<xsl:when test="local-name(../../../../.)='jabbathehutConversion'"><span class="boldish">ActiveLink Service </span></xsl:when>
								<xsl:when test="local-name(../../../../.)='skywalkerConversion'"><span class="boldish">ActiveLink Service </span></xsl:when>
								<xsl:otherwise><span class="boldish">Procs </span></xsl:otherwise>
							</xsl:choose>
						</xsl:when>
						<xsl:when test="@category='408'"><span class="boldish">jabbathehut Service </span></xsl:when>
						<xsl:when test="@category='409'"><span class="boldish">SA </span></xsl:when>
						<xsl:when test="@category='410'"><span class="boldish">DED </span></xsl:when>
						<xsl:when test="@category='411'"><span class="boldish">WEBLINK </span></xsl:when>
						<xsl:when test="@category='412'"><span class="boldish">ATS </span></xsl:when>
						<xsl:when test="@category='415'"><span class="boldish">Terminal Server Service </span></xsl:when>
						<xsl:when test="@category='500'"><span class="boldish">Navigator Series </span></xsl:when>
						<xsl:when test="@category='520'"><span class="boldish">leia Navigator </span></xsl:when>
						<xsl:when test="@category='521'"><span class="boldish">leia </span></xsl:when>
						<xsl:when test="@category='522'"><span class="boldish">Pay History </span></xsl:when>
						<xsl:when test="@category='523'"><span class="boldish">Time Entry </span></xsl:when>
						<xsl:when test="@category='540'"><span class="boldish">HR Navigator </span></xsl:when>
						<xsl:when test="@category='541'"><span class="boldish">Employees </span></xsl:when>
						<xsl:when test="@category='542'"><span class="boldish">Administration </span></xsl:when>
						<xsl:when test="@category='543'"><span class="boldish">Structure </span></xsl:when>
						<xsl:when test="@category='544'"><span class="boldish">User Tables </span></xsl:when>
						<xsl:when test="@category='545'"><span class="boldish">Ticklers </span></xsl:when>
						<xsl:when test="@category='546'"><span class="boldish">Reports </span></xsl:when>
						<xsl:when test="@category='560'"><span class="boldish">Benefits Navigator </span></xsl:when>
						<xsl:when test="@category='561'"><span class="boldish">Benefits </span></xsl:when>
						<xsl:when test="@category='580'"><span class="boldish">App/Requisition Navigator </span></xsl:when>
						<xsl:when test="@category='581'"><span class="boldish">Applicants/Requisitions </span></xsl:when>
						<xsl:when test="@category='600'"><span class="boldish">HRStats </span></xsl:when>
						<xsl:when test="@category='620'"><span class="boldish">Distribution Navigator </span></xsl:when>
						<xsl:when test="@category='700'"><span class="boldish">Rotating Work Calendars Service </span></xsl:when>
						<xsl:when test="@category='715'"><span class="boldish">TA </span></xsl:when>
						<xsl:when test="@category='899'"><span class="boldish">Global </span></xsl:when>
						<xsl:when test="@category='900'"><span class="boldish">Navigator Services </span></xsl:when>
						<xsl:when test="@category='1000'"><span class="boldish">Enterprise </span></xsl:when>
						<xsl:when test="@category='1400'"><span class="boldish">Enterprise Services </span></xsl:when>
						<xsl:otherwise><span class="boldish">Not Converted </span></xsl:otherwise>
					</xsl:choose>
					<xsl:choose>
						<xsl:when test="@classification='-1'"><span class="boldish">Sys </span></xsl:when>
						<xsl:when test="@classification='0'"><span class="boldish">Csc </span></xsl:when>
						<xsl:otherwise> </xsl:otherwise>
					</xsl:choose>
						<span class="boldish"><xsl:value-of select="@number"/></span> 
				</xsl:when>
			</xsl:choose>
			<br />
			<xsl:choose>
				<xsl:when test="@Description!=''">
					<span class="smallish"><em>(<xsl:value-of select="@Description"/>)</em></span>
				 </xsl:when>
				<xsl:otherwise> </xsl:otherwise>
			</xsl:choose>
		</td>
		<td valign="top">
			<xsl:choose>
				<xsl:when test="../@targetCategory='1'"><span class="boldish">System </span></xsl:when>
				<xsl:when test="../@targetCategory='2'"><span class="boldish">darthvader </span></xsl:when>
				<xsl:when test="../@targetCategory='3'"><span class="boldish">jabbathehut </span></xsl:when>
				<xsl:when test="../@targetCategory='4'"><span class="boldish">DayCare </span></xsl:when>
				<xsl:when test="../@targetCategory='5'"><span class="boldish">Productivity </span></xsl:when>
				<xsl:when test="../@targetCategory='6'"><span class="boldish">Benefits Monitor </span></xsl:when>
				<xsl:when test="../@targetCategory='7'"><span class="boldish">DeductIT </span></xsl:when>
				<xsl:when test="../@targetCategory='8'"><span class="boldish">Staffer </span></xsl:when>
				<xsl:when test="../@targetCategory='9'"><span class="boldish">Attendance </span></xsl:when>
				<xsl:when test="../@targetCategory='10'"><span class="boldish">Calculations Process </span></xsl:when>
				<xsl:when test="../@targetCategory='11'"><span class="boldish">Schedule Process </span></xsl:when>
				<xsl:when test="../@targetCategory='12'"><span class="boldish">System Download Processes </span></xsl:when>
				<xsl:when test="../@targetCategory='13'"><span class="boldish">darthvader Interface Processes </span></xsl:when>
				<xsl:when test="../@targetCategory='14'"><span class="boldish">darthvader Download Processes </span></xsl:when>
				<xsl:when test="../@targetCategory='15'"><span class="boldish">jabbathehut Interface Processes </span></xsl:when>
				<xsl:when test="../@targetCategory='16'"><span class="boldish">jabbathehut Download Processes </span></xsl:when>
				<xsl:when test="../@targetCategory='17'"><span class="boldish">Posting Process </span></xsl:when>
				<xsl:when test="../@targetCategory='18'"><span class="boldish">skywalker </span></xsl:when>
				<xsl:when test="../@targetCategory='19'"><span class="boldish">Self Scheduling </span></xsl:when>
				<xsl:when test="../@targetCategory='20'"><span class="boldish">Schedule Bidding </span></xsl:when>
				<xsl:when test="../@targetCategory='21'"><span class="boldish">falcon </span></xsl:when>
				<xsl:when test="../@targetCategory='22'"><span class="boldish">roosterrooster </span></xsl:when>
				<xsl:otherwise><span class="boldish">Not Converted </span></xsl:otherwise>
			</xsl:choose>
			<xsl:choose>
				<xsl:when test="../@targetClassification='1'"><span class="boldish">Standard </span></xsl:when>
				<xsl:when test="../@targetClassification='2'"><span class="boldish">Customer </span></xsl:when>
				<xsl:when test="../@targetClassification='3'"><span class="boldish">User Defined </span></xsl:when>
				<xsl:when test="../@targetClassification='4'"><span class="boldish">Replicated </span></xsl:when>
				<xsl:otherwise> </xsl:otherwise>
			</xsl:choose>
				<span class="boldish"><xsl:value-of select="../@targetNumber"/></span>
			<br />
			<xsl:choose>
				<xsl:when test="../@targetDescription!=''">
					<span class="smallish"><em>(<xsl:value-of select="../@targetDescription"/>)</em></span>
				 </xsl:when>
				<xsl:otherwise> </xsl:otherwise>
			</xsl:choose>
		</td>
		<td rowspan="2" valign="top">
			<!-- Indicator notes here -->
			<xsl:choose>
				<xsl:when test="../@Notes!=''">
					<xsl:value-of select="../@Notes"/>
					<br /><br />
				 </xsl:when>
				<xsl:otherwise> </xsl:otherwise>
			</xsl:choose>
		</td>
	</tr>
	<tr class="bg">
		<td valign="top">
			<table border="0" cellpadding="0" cellspacing="0">
				<tr>
					<td width="25"> </td>
					<xsl:choose>
					<xsl:when test="../Combine/@sourceCount='1'">
					<td valign="top" class="smaller"><u>Value</u></td>
					</xsl:when>
					<xsl:otherwise><td></td></xsl:otherwise>
					</xsl:choose>
				</tr>
				<xsl:for-each select="../Combine">
				<xsl:choose>
				<xsl:when test="@sourceCount='1'">
				<tr>
					<td width="25"> </td>
					<td valign="top" class="smaller"><xsl:value-of select="@*[5]"/></td>
				</tr>
				</xsl:when>
				<xsl:otherwise>&lt;Too many sources to display combines&gt;</xsl:otherwise>
				</xsl:choose>	
				</xsl:for-each>
			</table>
		</td>
		<td valign="top">
			<table border="0" cellpadding="0" cellspacing="0">
				<tr>
					<td width="25"> </td>
					<xsl:choose>
					<xsl:when test="../Combine/@sourceCount='1'">
					<td valign="top" class="smaller"><u>Value</u></td>
					</xsl:when>
					<xsl:otherwise><td></td></xsl:otherwise>
					</xsl:choose>
				</tr>
				<xsl:for-each select="../Combine">
				<xsl:choose>
				<xsl:when test="@sourceCount='1'">
				<tr>
					<td width="25"> </td>
					<td valign="top" class="smaller"><xsl:value-of select="@*[1]"/><br /></td>
				</tr>
				</xsl:when>
				<xsl:otherwise>&lt;Too many sources to display combines&gt;</xsl:otherwise>
				</xsl:choose>	
				</xsl:for-each>
			</table>
		</td>
	</tr>
	</xsl:for-each>
	</xsl:when>
	<!-- //////////////////////////////////////// -->
	<!-- //////////////////////////////////////// -->
	<!-- /// INDICATORS WITH WHITE BACKGROUND /// -->
	<!-- //////////////////////////////////////// -->
	<!-- //////////////////////////////////////// -->
	<xsl:otherwise>
	<xsl:for-each select="Source">
	<tr>
		<td valign="top">
			<xsl:choose>
				<xsl:when test="../../CustomIndicator!=''">
					<xsl:choose>
						<xsl:when test="@category='0'"><span class="boldish">tattoine </span></xsl:when>
						<xsl:when test="@category='1'"><span class="boldish">PM </span></xsl:when>
						<xsl:when test="@category='3'"><span class="boldish">BM </span></xsl:when>
						<xsl:when test="@category='4'"><span class="boldish">LV </span></xsl:when>
						<xsl:when test="@category='5'"><span class="boldish">DC </span></xsl:when>
						<xsl:when test="@category='6'"><span class="boldish">RX </span></xsl:when>
						<xsl:when test="@category='7'"><span class="boldish">RX </span></xsl:when>
						<xsl:when test="@category='8'"><span class="boldish">DM </span></xsl:when>
						<xsl:when test="@category='9'"><span class="boldish">LS </span></xsl:when>
						<xsl:when test="@category='11'"><span class="boldish">PTS </span></xsl:when>
						<xsl:when test="@category='13'"><span class="boldish">AM </span></xsl:when>
						<xsl:when test="@category='14'"><span class="boldish">ST </span></xsl:when>
						<xsl:when test="@category='16'"><span class="boldish">AT </span></xsl:when>
						<xsl:when test="@category='17'"><span class="boldish">TV </span></xsl:when>
						<xsl:when test="@category='18'"><span class="boldish">TCC </span></xsl:when>
						<xsl:when test="@category='20'"><span class="boldish">TS </span></xsl:when>
						<xsl:when test="@category='21'"><span class="boldish">MDE </span></xsl:when>
						<xsl:when test="@category='22'"><span class="boldish">ED </span></xsl:when>
						<xsl:when test="@category='23'">
							<xsl:choose>
								<xsl:when test="local-name(../../../../.)='jabbathehutConversion'"><span class="boldish">WA </span></xsl:when>
								<xsl:when test="local-name(../../../../.)='skywalkerConversion'"><span class="boldish">WA </span></xsl:when>
								<xsl:otherwise><span class="boldish">TPC </span></xsl:otherwise>
							</xsl:choose>
						</xsl:when>
						<xsl:when test="@category='24'"><span class="boldish">TID </span></xsl:when>
						<xsl:when test="@category='25'"><span class="boldish">TID </span></xsl:when>
						<xsl:when test="@category='26'"><span class="boldish">TID </span></xsl:when>
						<xsl:when test="@category='27'"><span class="boldish">PMSHM </span></xsl:when>
						<xsl:when test="@category='28'"><span class="boldish">TID </span></xsl:when>
						<xsl:when test="@category='29'"><span class="boldish">skywalker - Scheduling Reports </span></xsl:when>
						<xsl:when test="@category='30'"><span class="boldish">skywalker - Listing Reports </span></xsl:when>
						<xsl:when test="@category='31'"><span class="boldish">skywalker - Supervisor Reports </span></xsl:when>
						<xsl:when test="@category='32'"><span class="boldish">PMASC </span></xsl:when>
						<xsl:when test="@category='33'"><span class="boldish">skywalker - Other Reports </span></xsl:when>
						<xsl:when test="@category='37'"><span class="boldish">ATR </span></xsl:when>
						<xsl:when test="@category='38'"><span class="boldish">PRM </span></xsl:when>
						<xsl:when test="@category='39'"><span class="boldish">AS </span></xsl:when>
						<xsl:when test="@category='40'"><span class="boldish">RWC </span></xsl:when>
						<xsl:when test="@category='41'"><span class="boldish">RXRWC </span></xsl:when>
						<xsl:when test="@category='45'"><span class="boldish">PMC </span></xsl:when>
						<xsl:when test="@category='47'"><span class="boldish">DBPRM </span></xsl:when>
						<xsl:when test="@category='49'"><span class="boldish">SA </span></xsl:when>
						<xsl:when test="@category='50'"><span class="boldish">Enterprise Manager </span></xsl:when>
						<xsl:when test="@category='51'"><span class="boldish">AM </span></xsl:when>
						<xsl:when test="@category='56'"><span class="boldish">ASCAT  </span></xsl:when>
						<xsl:when test="@category='57'"><span class="boldish">EDTX </span></xsl:when>
						<xsl:when test="@category='60'"><span class="boldish">PAU </span></xsl:when>
						<xsl:when test="@category='61'"><span class="boldish">RAU </span></xsl:when>
						<xsl:when test="@category='65'"><span class="boldish">AE </span></xsl:when>
						<xsl:when test="@category='67'"><span class="boldish">TSKMAN </span></xsl:when>
						<xsl:when test="@category='70'"><span class="boldish">SM </span></xsl:when>
						<xsl:when test="@category='72'"><span class="boldish">RXW </span></xsl:when>
						<xsl:when test="@category='79'"><span class="boldish">WES </span></xsl:when>
						<xsl:when test="@category='81'"><span class="boldish">ELS </span></xsl:when>
						<xsl:when test="@category='86'">
							<xsl:choose>
								<xsl:when test="local-name(../../../../.)='jabbathehutConversion'"><span class="boldish">ASHD </span></xsl:when>
								<xsl:when test="local-name(../../../../.)='skywalkerConversion'"><span class="boldish">ASHD </span></xsl:when>
								<xsl:otherwise><span class="boldish">PMHD </span></xsl:otherwise>
							</xsl:choose>
						</xsl:when>
						<xsl:when test="@category='89'"><span class="boldish">ASAU </span></xsl:when>
						<xsl:when test="@category='97'"><span class="boldish">RM </span></xsl:when>
						<xsl:when test="@category='98'"><span class="boldish">GT </span></xsl:when>
						<xsl:when test="@category='202'"><span class="boldish">RL </span></xsl:when>
						<xsl:when test="@category='400'"><span class="boldish">darthvader Services </span></xsl:when>
						<xsl:when test="@category='401'"><span class="boldish">Hub Service </span></xsl:when>
						<xsl:when test="@category='402'"><span class="boldish">Calcs </span></xsl:when>
						<xsl:when test="@category='403'"><span class="boldish">CM </span></xsl:when>
						<xsl:when test="@category='404'">
							<xsl:choose>
								<xsl:when test="local-name(../../../../.)='jabbathehutConversion'"><span class="boldish">Post-Data Service </span></xsl:when>
								<xsl:when test="local-name(../../../../.)='skywalkerConversion'"><span class="boldish">Post-Data Service </span></xsl:when>
								<xsl:otherwise><span class="boldish">Posting </span></xsl:otherwise>
							</xsl:choose>
						</xsl:when>
						<xsl:when test="@category='405'"><span class="boldish">Alert Service </span></xsl:when>
						<xsl:when test="@category='406'"><span class="boldish">TC </span></xsl:when>
						<xsl:when test="@category='407'">
							<xsl:choose>
								<xsl:when test="local-name(../../../../.)='jabbathehutConversion'"><span class="boldish">ActiveLink Service </span></xsl:when>
								<xsl:when test="local-name(../../../../.)='skywalkerConversion'"><span class="boldish">ActiveLink Service </span></xsl:when>
								<xsl:otherwise><span class="boldish">Procs </span></xsl:otherwise>
							</xsl:choose>
						</xsl:when>
						<xsl:when test="@category='408'"><span class="boldish">jabbathehut Service </span></xsl:when>
						<xsl:when test="@category='409'"><span class="boldish">SA </span></xsl:when>
						<xsl:when test="@category='410'"><span class="boldish">DED </span></xsl:when>
						<xsl:when test="@category='411'"><span class="boldish">WEBLINK </span></xsl:when>
						<xsl:when test="@category='412'"><span class="boldish">ATS </span></xsl:when>
						<xsl:when test="@category='415'"><span class="boldish">Terminal Server Service </span></xsl:when>
						<xsl:when test="@category='500'"><span class="boldish">Navigator Series </span></xsl:when>
						<xsl:when test="@category='520'"><span class="boldish">leia Navigator </span></xsl:when>
						<xsl:when test="@category='521'"><span class="boldish">leia </span></xsl:when>
						<xsl:when test="@category='522'"><span class="boldish">Pay History </span></xsl:when>
						<xsl:when test="@category='523'"><span class="boldish">Time Entry </span></xsl:when>
						<xsl:when test="@category='540'"><span class="boldish">HR Navigator </span></xsl:when>
						<xsl:when test="@category='541'"><span class="boldish">Employees </span></xsl:when>
						<xsl:when test="@category='542'"><span class="boldish">Administration </span></xsl:when>
						<xsl:when test="@category='543'"><span class="boldish">Structure </span></xsl:when>
						<xsl:when test="@category='544'"><span class="boldish">User Tables </span></xsl:when>
						<xsl:when test="@category='545'"><span class="boldish">Ticklers </span></xsl:when>
						<xsl:when test="@category='546'"><span class="boldish">Reports </span></xsl:when>
						<xsl:when test="@category='560'"><span class="boldish">Benefits Navigator </span></xsl:when>
						<xsl:when test="@category='561'"><span class="boldish">Benefits </span></xsl:when>
						<xsl:when test="@category='580'"><span class="boldish">App/Requisition Navigator </span></xsl:when>
						<xsl:when test="@category='581'"><span class="boldish">Applicants/Requisitions </span></xsl:when>
						<xsl:when test="@category='600'"><span class="boldish">HRStats </span></xsl:when>
						<xsl:when test="@category='620'"><span class="boldish">Distribution Navigator </span></xsl:when>
						<xsl:when test="@category='700'"><span class="boldish">Rotating Work Calendars Service </span></xsl:when>
						<xsl:when test="@category='715'"><span class="boldish">TA </span></xsl:when>
						<xsl:when test="@category='899'"><span class="boldish">Global </span></xsl:when>
						<xsl:when test="@category='900'"><span class="boldish">Navigator Services </span></xsl:when>
						<xsl:when test="@category='1000'"><span class="boldish">Enterprise </span></xsl:when>
						<xsl:when test="@category='1400'"><span class="boldish">Enterprise Services </span></xsl:when>
						<xsl:otherwise><span class="boldish">Not Converted </span></xsl:otherwise>
					</xsl:choose>
					<xsl:choose>
						<xsl:when test="@classification='-1'"><span class="boldish">Sys </span></xsl:when>
						<xsl:when test="@classification='0'"><span class="boldish">Csc </span></xsl:when>
						<xsl:otherwise> </xsl:otherwise>
					</xsl:choose>
						<span class="boldish"><xsl:value-of select="@number"/></span> 
				</xsl:when>
			</xsl:choose>
			<br />
			<xsl:choose>
				<xsl:when test="@Description!=''">
					<span class="smallish"><em>(<xsl:value-of select="@Description"/>)</em></span>
				 </xsl:when>
				<xsl:otherwise> </xsl:otherwise>
			</xsl:choose>
		</td>
		<td valign="top">
			<xsl:choose>
				<xsl:when test="../@targetCategory='1'"><span class="boldish">System </span></xsl:when>
				<xsl:when test="../@targetCategory='2'"><span class="boldish">darthvader </span></xsl:when>
				<xsl:when test="../@targetCategory='3'"><span class="boldish">jabbathehut </span></xsl:when>
				<xsl:when test="../@targetCategory='4'"><span class="boldish">DayCare </span></xsl:when>
				<xsl:when test="../@targetCategory='5'"><span class="boldish">Productivity </span></xsl:when>
				<xsl:when test="../@targetCategory='6'"><span class="boldish">Benefits Monitor </span></xsl:when>
				<xsl:when test="../@targetCategory='7'"><span class="boldish">DeductIT </span></xsl:when>
				<xsl:when test="../@targetCategory='8'"><span class="boldish">Staffer </span></xsl:when>
				<xsl:when test="../@targetCategory='9'"><span class="boldish">Attendance </span></xsl:when>
				<xsl:when test="../@targetCategory='10'"><span class="boldish">Calculations Process </span></xsl:when>
				<xsl:when test="../@targetCategory='11'"><span class="boldish">Schedule Process </span></xsl:when>
				<xsl:when test="../@targetCategory='12'"><span class="boldish">System Download Processes </span></xsl:when>
				<xsl:when test="../@targetCategory='13'"><span class="boldish">darthvader Interface Processes </span></xsl:when>
				<xsl:when test="../@targetCategory='14'"><span class="boldish">darthvader Download Processes </span></xsl:when>
				<xsl:when test="../@targetCategory='15'"><span class="boldish">jabbathehut Interface Processes </span></xsl:when>
				<xsl:when test="../@targetCategory='16'"><span class="boldish">jabbathehut Download Processes </span></xsl:when>
				<xsl:when test="../@targetCategory='17'"><span class="boldish">Posting Process </span></xsl:when>
				<xsl:when test="../@targetCategory='18'"><span class="boldish">skywalker </span></xsl:when>
				<xsl:when test="../@targetCategory='19'"><span class="boldish">Self Scheduling </span></xsl:when>
				<xsl:when test="../@targetCategory='20'"><span class="boldish">Schedule Bidding </span></xsl:when>
				<xsl:when test="../@targetCategory='21'"><span class="boldish">falcon </span></xsl:when>
				<xsl:when test="../@targetCategory='22'"><span class="boldish">roosterrooster </span></xsl:when>
				<xsl:otherwise><span class="boldish">Not Converted </span></xsl:otherwise>
			</xsl:choose>
			<xsl:choose>
				<xsl:when test="../@targetClassification='1'"><span class="boldish">Standard </span></xsl:when>
				<xsl:when test="../@targetClassification='2'"><span class="boldish">Customer </span></xsl:when>
				<xsl:when test="../@targetClassification='3'"><span class="boldish">User Defined </span></xsl:when>
				<xsl:when test="../@targetClassification='4'"><span class="boldish">Replicated </span></xsl:when>
				<xsl:otherwise> </xsl:otherwise>
			</xsl:choose>
				<span class="boldish"><xsl:value-of select="../@targetNumber"/></span>
			<br />
			<xsl:choose>
				<xsl:when test="../@targetDescription!=''">
					<span class="smallish"><em>(<xsl:value-of select="../@targetDescription"/>)</em></span>
				 </xsl:when>
				<xsl:otherwise> </xsl:otherwise>
			</xsl:choose>
		</td>
		<td rowspan="2" valign="top">
			<!-- Indicator notes here -->
			<xsl:choose>
				<xsl:when test="../@Notes!=''">
					<xsl:value-of select="../@Notes"/>
					<br /><br />
				 </xsl:when>
				<xsl:otherwise> </xsl:otherwise>
			</xsl:choose>
		</td>
	</tr>
	<tr>
		<td valign="top">
			<table border="0" cellpadding="0" cellspacing="0">
				<tr>
					<td width="25"> </td>
					<xsl:choose>
					<xsl:when test="../Combine/@sourceCount='1'">
					<td valign="top" class="smaller"><u>Value</u></td>
					</xsl:when>
					<xsl:otherwise><td></td></xsl:otherwise>
					</xsl:choose>
				</tr>
				<xsl:for-each select="../Combine">
				<xsl:choose>
				<xsl:when test="@sourceCount='1'">
				<tr>
					<td width="25"> </td>
					<td valign="top" class="smaller"><xsl:value-of select="@*[5]"/></td>
				</tr>
				</xsl:when>
				<xsl:otherwise>&lt;Too many sources to display combines&gt;</xsl:otherwise>
				</xsl:choose>	
				</xsl:for-each>
			</table>
		</td>
		<td valign="top">
			<table border="0" cellpadding="0" cellspacing="0">
				<tr>
					<td width="25"> </td>
					<xsl:choose>
					<xsl:when test="../Combine/@sourceCount='1'">
					<td valign="top" class="smaller"><u>Value</u></td>
					</xsl:when>
					<xsl:otherwise><td></td></xsl:otherwise>
					</xsl:choose>
				</tr>
				<xsl:for-each select="../Combine">
				<xsl:choose>
				<xsl:when test="@sourceCount='1'">
				<tr>
					<td width="25"> </td>
					<td valign="top" class="smaller"><xsl:value-of select="@*[1]"/><br /></td>
				</tr>
				</xsl:when>
				<xsl:otherwise>&lt;Too many sources to display combines&gt;</xsl:otherwise>
				</xsl:choose>	
				</xsl:for-each>
			</table>
		</td>
	</tr>
	</xsl:for-each>
	</xsl:otherwise>
	</xsl:choose>
	</xsl:for-each>
	</table>
</xsl:for-each>

<!-- ############################## PARAMETERS ############################## -->
<!-- ############################## PARAMETERS ############################## -->
<!-- ############################## PARAMETERS ############################## -->
<!-- ############################## PARAMETERS ############################## -->
<!-- ############################## PARAMETERS ############################## -->
<!-- TWO LEVELS OF MOST PARAMETER INFO - ONE FOR GRAY BACKGROUND AND ONE FOR WHITE BACKGROUND -->

<xsl:for-each select="CustomParameters">
<a name="{generate-id(CustomParameter/@IndParmName)}">
	<div class="subheader">
		<h5>Parameters</h5>
	</div>
</a>
	<table border="0" width="100%" cellpadding="2" cellspacing="0">
		<tr>
			<td width="33%"><strong><u>NT 
			<xsl:choose>
				<xsl:when test="local-name(../../.)='SetupConversion'">darthvader</xsl:when>
				<xsl:when test="local-name(../../.)='bobafettConversion'">bobafett</xsl:when>
				<xsl:when test="local-name(../../.)='jabbathehutConversion'">jabbathehut</xsl:when>
				<xsl:when test="local-name(../../.)='skywalkerConversion'">skywalker</xsl:when>
				<xsl:when test="local-name(../../.)='PMEmployeeConversion'">darthvader</xsl:when>
				<xsl:when test="local-name(../../.)='ASEmployeeconversion'">jabbathehut</xsl:when>
				<xsl:when test="local-name(../../.)='SupervisorMapping'">darthvader</xsl:when>
				<xsl:when test="local-name(../../.)='SupervisorRoleMapping'">darthvader</xsl:when>
				<xsl:when test="local-name(../../.)='InstructorMapping'">skywalker</xsl:when>
				<xsl:when test="local-name(../../.)='AssignmentMapping'">darthvader</xsl:when>
				<xsl:when test="local-name(../../.)='MiscellaneousConversion'"> </xsl:when>
				<xsl:when test="local-name(../../.)='UDFMapping'">darthvader</xsl:when>
				<xsl:otherwise>System</xsl:otherwise>
			</xsl:choose>
			</u></strong></td>
			<td width="33%"><strong><u>ewoks</u></strong></td>
			<td width="34%"><strong><u>Notes</u></strong></td>
		</tr>
	<xsl:for-each select="CustomParameter">
	<xsl:sort select="@IndParmName" data-type="text" order="ascending" />
	<!-- /////////////////////////////////////// -->
	<!-- /////////////////////////////////////// -->
	<!-- /// PARAMETERS WITH GRAY BACKGROUND /// -->
	<!-- /////////////////////////////////////// -->
	<!-- /////////////////////////////////////// -->
	<xsl:choose>
	<xsl:when test="position() mod 2 = 0">
	<xsl:for-each select="Source">
	<tr class="bg">
		<td valign="top">
			<xsl:choose>
				<xsl:when test="../../CustomParameter!=''">
					<xsl:choose>
						<xsl:when test="@category='0'"><span class="boldish">tattoine </span></xsl:when>
						<xsl:when test="@category='1'"><span class="boldish">PM </span></xsl:when>
						<xsl:when test="@category='3'"><span class="boldish">BM </span></xsl:when>
						<xsl:when test="@category='4'"><span class="boldish">LV </span></xsl:when>
						<xsl:when test="@category='5'"><span class="boldish">DC </span></xsl:when>
						<xsl:when test="@category='6'"><span class="boldish">RX </span></xsl:when>
						<xsl:when test="@category='7'"><span class="boldish">RX </span></xsl:when>
						<xsl:when test="@category='8'"><span class="boldish">DM </span></xsl:when>
						<xsl:when test="@category='9'"><span class="boldish">LS </span></xsl:when>
						<xsl:when test="@category='11'"><span class="boldish">PTS </span></xsl:when>
						<xsl:when test="@category='13'"><span class="boldish">AM </span></xsl:when>
						<xsl:when test="@category='14'"><span class="boldish">ST </span></xsl:when>
						<xsl:when test="@category='16'"><span class="boldish">AT </span></xsl:when>
						<xsl:when test="@category='17'"><span class="boldish">TV </span></xsl:when>
						<xsl:when test="@category='18'"><span class="boldish">TCC </span></xsl:when>
						<xsl:when test="@category='20'"><span class="boldish">TS </span></xsl:when>
						<xsl:when test="@category='21'"><span class="boldish">MDE </span></xsl:when>
						<xsl:when test="@category='22'"><span class="boldish">ED </span></xsl:when>
						<xsl:when test="@category='23'">
							<xsl:choose>
								<xsl:when test="local-name(../../../../.)='jabbathehutConversion'"><span class="boldish">WA </span></xsl:when>
								<xsl:when test="local-name(../../../../.)='skywalkerConversion'"><span class="boldish">WA </span></xsl:when>
								<xsl:otherwise><span class="boldish">TPC </span></xsl:otherwise>
							</xsl:choose>
						</xsl:when>
						<xsl:when test="@category='24'"><span class="boldish">TID </span></xsl:when>
						<xsl:when test="@category='25'"><span class="boldish">TID </span></xsl:when>
						<xsl:when test="@category='26'"><span class="boldish">TID </span></xsl:when>
						<xsl:when test="@category='27'"><span class="boldish">PMSHM </span></xsl:when>
						<xsl:when test="@category='28'"><span class="boldish">TID </span></xsl:when>
						<xsl:when test="@category='29'"><span class="boldish">skywalker - Scheduling Reports </span></xsl:when>
						<xsl:when test="@category='30'"><span class="boldish">skywalker - Listing Reports </span></xsl:when>
						<xsl:when test="@category='31'"><span class="boldish">skywalker - Supervisor Reports </span></xsl:when>
						<xsl:when test="@category='32'"><span class="boldish">PMASC </span></xsl:when>
						<xsl:when test="@category='33'"><span class="boldish">skywalker - Other Reports </span></xsl:when>
						<xsl:when test="@category='37'"><span class="boldish">ATR </span></xsl:when>
						<xsl:when test="@category='38'"><span class="boldish">PRM </span></xsl:when>
						<xsl:when test="@category='39'"><span class="boldish">AS </span></xsl:when>
						<xsl:when test="@category='40'"><span class="boldish">RWC </span></xsl:when>
						<xsl:when test="@category='41'"><span class="boldish">RXRWC </span></xsl:when>
						<xsl:when test="@category='45'"><span class="boldish">PMC </span></xsl:when>
						<xsl:when test="@category='47'"><span class="boldish">DBPRM </span></xsl:when>
						<xsl:when test="@category='49'"><span class="boldish">SA </span></xsl:when>
						<xsl:when test="@category='50'"><span class="boldish">Enterprise Manager </span></xsl:when>
						<xsl:when test="@category='51'"><span class="boldish">AM </span></xsl:when>
						<xsl:when test="@category='56'"><span class="boldish">ASCAT  </span></xsl:when>
						<xsl:when test="@category='57'"><span class="boldish">EDTX </span></xsl:when>
						<xsl:when test="@category='60'"><span class="boldish">PAU </span></xsl:when>
						<xsl:when test="@category='61'"><span class="boldish">RAU </span></xsl:when>
						<xsl:when test="@category='65'"><span class="boldish">AE </span></xsl:when>
						<xsl:when test="@category='67'"><span class="boldish">TSKMAN </span></xsl:when>
						<xsl:when test="@category='70'"><span class="boldish">SM </span></xsl:when>
						<xsl:when test="@category='72'"><span class="boldish">RXW </span></xsl:when>
						<xsl:when test="@category='79'"><span class="boldish">WES </span></xsl:when>
						<xsl:when test="@category='81'"><span class="boldish">ELS </span></xsl:when>
						<xsl:when test="@category='86'">
							<xsl:choose>
								<xsl:when test="local-name(../../../../.)='jabbathehutConversion'"><span class="boldish">ASHD </span></xsl:when>
								<xsl:when test="local-name(../../../../.)='skywalkerConversion'"><span class="boldish">ASHD </span></xsl:when>
								<xsl:otherwise><span class="boldish">PMHD </span></xsl:otherwise>
							</xsl:choose>
						</xsl:when>
						<xsl:when test="@category='89'"><span class="boldish">ASAU </span></xsl:when>
						<xsl:when test="@category='97'"><span class="boldish">RM </span></xsl:when>
						<xsl:when test="@category='98'"><span class="boldish">GT </span></xsl:when>
						<xsl:when test="@category='202'"><span class="boldish">RL </span></xsl:when>
						<xsl:when test="@category='400'"><span class="boldish">darthvader Services </span></xsl:when>
						<xsl:when test="@category='401'"><span class="boldish">Hub Service </span></xsl:when>
						<xsl:when test="@category='402'"><span class="boldish">Calcs </span></xsl:when>
						<xsl:when test="@category='403'"><span class="boldish">CM </span></xsl:when>
						<xsl:when test="@category='404'">
							<xsl:choose>
								<xsl:when test="local-name(../../../../.)='jabbathehutConversion'"><span class="boldish">Post-Data Service </span></xsl:when>
								<xsl:when test="local-name(../../../../.)='skywalkerConversion'"><span class="boldish">Post-Data Service </span></xsl:when>
								<xsl:otherwise><span class="boldish">Posting </span></xsl:otherwise>
							</xsl:choose>
						</xsl:when>
						<xsl:when test="@category='405'"><span class="boldish">Alert Service </span></xsl:when>
						<xsl:when test="@category='406'"><span class="boldish">TC </span></xsl:when>
						<xsl:when test="@category='407'">
							<xsl:choose>
								<xsl:when test="local-name(../../../../.)='jabbathehutConversion'"><span class="boldish">ActiveLink Service </span></xsl:when>
								<xsl:when test="local-name(../../../../.)='skywalkerConversion'"><span class="boldish">ActiveLink Service </span></xsl:when>
								<xsl:otherwise><span class="boldish">Procs </span></xsl:otherwise>
							</xsl:choose>
						</xsl:when>
						<xsl:when test="@category='408'"><span class="boldish">jabbathehut Service </span></xsl:when>
						<xsl:when test="@category='409'"><span class="boldish">SA </span></xsl:when>
						<xsl:when test="@category='410'"><span class="boldish">DED </span></xsl:when>
						<xsl:when test="@category='411'"><span class="boldish">WEBLINK </span></xsl:when>
						<xsl:when test="@category='412'"><span class="boldish">ATS </span></xsl:when>
						<xsl:when test="@category='415'"><span class="boldish">Terminal Server Service </span></xsl:when>
						<xsl:when test="@category='500'"><span class="boldish">Navigator Series </span></xsl:when>
						<xsl:when test="@category='520'"><span class="boldish">leia Navigator </span></xsl:when>
						<xsl:when test="@category='521'"><span class="boldish">leia </span></xsl:when>
						<xsl:when test="@category='522'"><span class="boldish">Pay History </span></xsl:when>
						<xsl:when test="@category='523'"><span class="boldish">Time Entry </span></xsl:when>
						<xsl:when test="@category='540'"><span class="boldish">HR Navigator </span></xsl:when>
						<xsl:when test="@category='541'"><span class="boldish">Employees </span></xsl:when>
						<xsl:when test="@category='542'"><span class="boldish">Administration </span></xsl:when>
						<xsl:when test="@category='543'"><span class="boldish">Structure </span></xsl:when>
						<xsl:when test="@category='544'"><span class="boldish">User Tables </span></xsl:when>
						<xsl:when test="@category='545'"><span class="boldish">Ticklers </span></xsl:when>
						<xsl:when test="@category='546'"><span class="boldish">Reports </span></xsl:when>
						<xsl:when test="@category='560'"><span class="boldish">Benefits Navigator </span></xsl:when>
						<xsl:when test="@category='561'"><span class="boldish">Benefits </span></xsl:when>
						<xsl:when test="@category='580'"><span class="boldish">App/Requisition Navigator </span></xsl:when>
						<xsl:when test="@category='581'"><span class="boldish">Applicants/Requisitions </span></xsl:when>
						<xsl:when test="@category='600'"><span class="boldish">HRStats </span></xsl:when>
						<xsl:when test="@category='620'"><span class="boldish">Distribution Navigator </span></xsl:when>
						<xsl:when test="@category='700'"><span class="boldish">Rotating Work Calendars Service </span></xsl:when>
						<xsl:when test="@category='715'"><span class="boldish">TA </span></xsl:when>
						<xsl:when test="@category='899'"><span class="boldish">Global </span></xsl:when>
						<xsl:when test="@category='900'"><span class="boldish">Navigator Services </span></xsl:when>
						<xsl:when test="@category='1000'"><span class="boldish">Enterprise </span></xsl:when>
						<xsl:when test="@category='1400'"><span class="boldish">Enterprise Services </span></xsl:when>
						<xsl:otherwise><span class="boldish">Not Converted </span></xsl:otherwise>
					</xsl:choose>
					<xsl:choose>
						<xsl:when test="@classification='-1'"><span class="boldish">Sys </span></xsl:when>
						<xsl:when test="@classification='0'"><span class="boldish">Csc </span></xsl:when>
						<xsl:otherwise> </xsl:otherwise>
					</xsl:choose>
					<xsl:choose>
						<xsl:when test="@dataCategory='1'"><span class="boldish">Alpha </span></xsl:when>
						<xsl:when test="@dataCategory='2'"><span class="boldish">Date </span></xsl:when>
						<xsl:when test="@dataCategory='3'"><span class="boldish">DOW </span></xsl:when>
						<xsl:when test="@dataCategory='4'"><span class="boldish">Hour </span></xsl:when>
						<xsl:when test="@dataCategory='5'"><span class="boldish">Integer </span></xsl:when>
						<xsl:when test="@dataCategory='6'"><span class="boldish">PayCode </span></xsl:when>
						<xsl:when test="@dataCategory='7'"><span class="boldish">Rate </span></xsl:when>
						<xsl:when test="@dataCategory='8'"><span class="boldish">Time </span></xsl:when>
						<xsl:when test="@dataCategory='9'"><span class="boldish">Percent </span></xsl:when>
						<xsl:when test="@dataCategory='10'"><span class="boldish">Premium Category </span></xsl:when>
						<xsl:otherwise> </xsl:otherwise>
					</xsl:choose>
						<span class="boldish"><xsl:value-of select="@number"/></span> 
				</xsl:when>
			</xsl:choose>
			<br />
			<xsl:choose>
				<xsl:when test="@Description!=''">
					<span class="smallish"><em>(<xsl:value-of select="@Description"/>)</em></span>
				 </xsl:when>
				<xsl:otherwise> </xsl:otherwise>
			</xsl:choose>
		</td>
		<td valign="top">
			<xsl:choose>
				<xsl:when test="../@targetCategory='1'"><span class="boldish">System </span></xsl:when>
				<xsl:when test="../@targetCategory='2'"><span class="boldish">darthvader </span></xsl:when>
				<xsl:when test="../@targetCategory='3'"><span class="boldish">jabbathehut </span></xsl:when>
				<xsl:when test="../@targetCategory='4'"><span class="boldish">Daycare </span></xsl:when>
				<xsl:when test="../@targetCategory='5'"><span class="boldish">Productivity </span></xsl:when>
				<xsl:when test="../@targetCategory='6'"><span class="boldish">Benefits Monitor </span></xsl:when>
				<xsl:when test="../@targetCategory='7'"><span class="boldish">DeductIT </span></xsl:when>
				<xsl:when test="../@targetCategory='8'"><span class="boldish">Staffer </span></xsl:when>
				<xsl:when test="../@targetCategory='9'"><span class="boldish">Attendance </span></xsl:when>
				<xsl:when test="../@targetCategory='10'"><span class="boldish">Calculations Process </span></xsl:when>
				<xsl:when test="../@targetCategory='11'"><span class="boldish">Schedule Process </span></xsl:when>
				<xsl:when test="../@targetCategory='12'"><span class="boldish">System Download Processes </span></xsl:when>
				<xsl:when test="../@targetCategory='13'"><span class="boldish">darthvader Interface Processes </span></xsl:when>
				<xsl:when test="../@targetCategory='14'"><span class="boldish">darthvader Download Processes </span></xsl:when>
				<xsl:when test="../@targetCategory='15'"><span class="boldish">jabbathehut Interface Processes </span></xsl:when>
				<xsl:when test="../@targetCategory='16'"><span class="boldish">jabbathehut Download Processes </span></xsl:when>
				<xsl:when test="../@targetCategory='17'"><span class="boldish">Posting Process </span></xsl:when>
				<xsl:when test="../@targetCategory='18'"><span class="boldish">skywalker </span></xsl:when>
				<xsl:when test="../@targetCategory='19'"><span class="boldish">Self Scheduling </span></xsl:when>
				<xsl:when test="../@targetCategory='20'"><span class="boldish">Schedule Bidding </span></xsl:when>
				<xsl:when test="../@targetCategory='21'"><span class="boldish">falcon </span></xsl:when>
				<xsl:when test="../@targetCategory='22'"><span class="boldish">roosterrooster </span></xsl:when>
				<xsl:otherwise><span class="boldish">Not converted </span></xsl:otherwise>
			</xsl:choose>
			<xsl:choose>
				<xsl:when test="../@targetClassification='1'"><span class="boldish">Standard </span></xsl:when>
				<xsl:when test="../@targetClassification='2'"><span class="boldish">Customer </span></xsl:when>
				<xsl:when test="../@targetClassification='3'"><span class="boldish">User Defined </span></xsl:when>
				<xsl:when test="../@targetClassification='4'"><span class="boldish">Replicated </span></xsl:when>
				<xsl:otherwise> </xsl:otherwise>
			</xsl:choose>
			<xsl:choose>
				<xsl:when test="../@dataCategory='1'"><span class="boldish">Alpha </span></xsl:when>
				<xsl:when test="../@dataCategory='2'"><span class="boldish">Date </span></xsl:when>		
				<xsl:when test="../@dataCategory='3'"><span class="boldish">DOW </span></xsl:when>
				<xsl:when test="../@dataCategory='4'"><span class="boldish">Hour </span></xsl:when>
				<xsl:when test="../@dataCategory='5'"><span class="boldish">Integer </span></xsl:when>
				<xsl:when test="../@dataCategory='6'"><span class="boldish">PayCode </span></xsl:when>
				<xsl:when test="../@dataCategory='7'"><span class="boldish">Rate </span></xsl:when>
				<xsl:when test="../@dataCategory='8'"><span class="boldish">Time </span></xsl:when>
				<xsl:when test="../@dataCategory='9'"><span class="boldish">Percent </span></xsl:when>
				<xsl:when test="../@dataCategory='10'"><span class="boldish">Premium Category </span></xsl:when>
				<xsl:otherwise> </xsl:otherwise>
			</xsl:choose>
			<span class="boldish"><xsl:value-of select="../@targetNumber"/></span>
			<br />
			<xsl:choose>
				<xsl:when test="../@targetDescription!=''">
					<span class="smallish"><em>(<xsl:value-of select="../@targetDescription"/>)</em></span>
				 </xsl:when>
				<xsl:otherwise> </xsl:otherwise>
			</xsl:choose>
		</td>
		<td valign="top">
			<!-- parameter notes here -->
			<xsl:choose>
				<xsl:when test="../@Notes!=''">
					<xsl:value-of select="../@Notes"/>
					<br /><br />
				 </xsl:when>
				<xsl:otherwise> </xsl:otherwise>
			</xsl:choose>
		</td>

	</tr>
	</xsl:for-each>
	</xsl:when>
	<!-- //////////////////////////////////////// -->
	<!-- //////////////////////////////////////// -->
	<!-- /// PARAMETERS WITH WHITE BACKGROUND /// -->
	<!-- //////////////////////////////////////// -->
	<!-- //////////////////////////////////////// -->
	<xsl:otherwise>
	<xsl:for-each select="Source">
	<tr>
		<td valign="top">
			<xsl:choose>
				<xsl:when test="../../CustomParameter!=''">
					<xsl:choose>
						<xsl:when test="@category='0'"><span class="boldish">tattoine </span></xsl:when>
						<xsl:when test="@category='1'"><span class="boldish">PM </span></xsl:when>
						<xsl:when test="@category='3'"><span class="boldish">BM </span></xsl:when>
						<xsl:when test="@category='4'"><span class="boldish">LV </span></xsl:when>
						<xsl:when test="@category='5'"><span class="boldish">DC </span></xsl:when>
						<xsl:when test="@category='6'"><span class="boldish">RX </span></xsl:when>
						<xsl:when test="@category='7'"><span class="boldish">RX </span></xsl:when>
						<xsl:when test="@category='8'"><span class="boldish">DM </span></xsl:when>
						<xsl:when test="@category='9'"><span class="boldish">LS </span></xsl:when>
						<xsl:when test="@category='11'"><span class="boldish">PTS </span></xsl:when>
						<xsl:when test="@category='13'"><span class="boldish">AM </span></xsl:when>
						<xsl:when test="@category='14'"><span class="boldish">ST </span></xsl:when>
						<xsl:when test="@category='16'"><span class="boldish">AT </span></xsl:when>
						<xsl:when test="@category='17'"><span class="boldish">TV </span></xsl:when>
						<xsl:when test="@category='18'"><span class="boldish">TCC </span></xsl:when>
						<xsl:when test="@category='20'"><span class="boldish">TS </span></xsl:when>
						<xsl:when test="@category='21'"><span class="boldish">MDE </span></xsl:when>
						<xsl:when test="@category='22'"><span class="boldish">ED </span></xsl:when>
						<xsl:when test="@category='23'">
							<xsl:choose>
								<xsl:when test="local-name(../../../../.)='jabbathehutConversion'"><span class="boldish">WA </span></xsl:when>
								<xsl:when test="local-name(../../../../.)='skywalkerConversion'"><span class="boldish">WA </span></xsl:when>
								<xsl:otherwise><span class="boldish">TPC </span></xsl:otherwise>
							</xsl:choose>
						</xsl:when>
						<xsl:when test="@category='24'"><span class="boldish">TID </span></xsl:when>
						<xsl:when test="@category='25'"><span class="boldish">TID </span></xsl:when>
						<xsl:when test="@category='26'"><span class="boldish">TID </span></xsl:when>
						<xsl:when test="@category='27'"><span class="boldish">PMSHM </span></xsl:when>
						<xsl:when test="@category='28'"><span class="boldish">TID </span></xsl:when>
						<xsl:when test="@category='29'"><span class="boldish">skywalker - Scheduling Reports </span></xsl:when>
						<xsl:when test="@category='30'"><span class="boldish">skywalker - Listing Reports </span></xsl:when>
						<xsl:when test="@category='31'"><span class="boldish">skywalker - Supervisor Reports </span></xsl:when>
						<xsl:when test="@category='32'"><span class="boldish">PMASC </span></xsl:when>
						<xsl:when test="@category='33'"><span class="boldish">skywalker - Other Reports </span></xsl:when>
						<xsl:when test="@category='37'"><span class="boldish">ATR </span></xsl:when>
						<xsl:when test="@category='38'"><span class="boldish">PRM </span></xsl:when>
						<xsl:when test="@category='39'"><span class="boldish">AS </span></xsl:when>
						<xsl:when test="@category='40'"><span class="boldish">RWC </span></xsl:when>
						<xsl:when test="@category='41'"><span class="boldish">RXRWC </span></xsl:when>
						<xsl:when test="@category='45'"><span class="boldish">PMC </span></xsl:when>
						<xsl:when test="@category='47'"><span class="boldish">DBPRM </span></xsl:when>
						<xsl:when test="@category='49'"><span class="boldish">SA </span></xsl:when>
						<xsl:when test="@category='50'"><span class="boldish">Enterprise Manager </span></xsl:when>
						<xsl:when test="@category='51'"><span class="boldish">AM </span></xsl:when>
						<xsl:when test="@category='56'"><span class="boldish">ASCAT  </span></xsl:when>
						<xsl:when test="@category='57'"><span class="boldish">EDTX </span></xsl:when>
						<xsl:when test="@category='60'"><span class="boldish">PAU </span></xsl:when>
						<xsl:when test="@category='61'"><span class="boldish">RAU </span></xsl:when>
						<xsl:when test="@category='65'"><span class="boldish">AE </span></xsl:when>
						<xsl:when test="@category='67'"><span class="boldish">TSKMAN </span></xsl:when>
						<xsl:when test="@category='70'"><span class="boldish">SM </span></xsl:when>
						<xsl:when test="@category='72'"><span class="boldish">RXW </span></xsl:when>
						<xsl:when test="@category='79'"><span class="boldish">WES </span></xsl:when>
						<xsl:when test="@category='81'"><span class="boldish">ELS </span></xsl:when>
						<xsl:when test="@category='86'">
							<xsl:choose>
								<xsl:when test="local-name(../../../../.)='jabbathehutConversion'"><span class="boldish">ASHD </span></xsl:when>
								<xsl:when test="local-name(../../../../.)='skywalkerConversion'"><span class="boldish">ASHD </span></xsl:when>
								<xsl:otherwise><span class="boldish">PMHD </span></xsl:otherwise>
							</xsl:choose>
						</xsl:when>
						<xsl:when test="@category='89'"><span class="boldish">ASAU </span></xsl:when>
						<xsl:when test="@category='97'"><span class="boldish">RM </span></xsl:when>
						<xsl:when test="@category='98'"><span class="boldish">GT </span></xsl:when>
						<xsl:when test="@category='202'"><span class="boldish">RL </span></xsl:when>
						<xsl:when test="@category='400'"><span class="boldish">darthvader Services </span></xsl:when>
						<xsl:when test="@category='401'"><span class="boldish">Hub Service </span></xsl:when>
						<xsl:when test="@category='402'"><span class="boldish">Calcs </span></xsl:when>
						<xsl:when test="@category='403'"><span class="boldish">CM </span></xsl:when>
						<xsl:when test="@category='404'">
							<xsl:choose>
								<xsl:when test="local-name(../../../../.)='jabbathehutConversion'"><span class="boldish">Post-Data Service </span></xsl:when>
								<xsl:when test="local-name(../../../../.)='skywalkerConversion'"><span class="boldish">Post-Data Service </span></xsl:when>
								<xsl:otherwise><span class="boldish">Posting </span></xsl:otherwise>
							</xsl:choose>
						</xsl:when>
						<xsl:when test="@category='405'"><span class="boldish">Alert Service </span></xsl:when>
						<xsl:when test="@category='406'"><span class="boldish">TC </span></xsl:when>
						<xsl:when test="@category='407'">
							<xsl:choose>
								<xsl:when test="local-name(../../../../.)='jabbathehutConversion'"><span class="boldish">ActiveLink Service </span></xsl:when>
								<xsl:when test="local-name(../../../../.)='skywalkerConversion'"><span class="boldish">ActiveLink Service </span></xsl:when>
								<xsl:otherwise><span class="boldish">Procs </span></xsl:otherwise>
							</xsl:choose>
						</xsl:when>
						<xsl:when test="@category='408'"><span class="boldish">jabbathehut Service </span></xsl:when>
						<xsl:when test="@category='409'"><span class="boldish">SA </span></xsl:when>
						<xsl:when test="@category='410'"><span class="boldish">DED </span></xsl:when>
						<xsl:when test="@category='411'"><span class="boldish">WEBLINK </span></xsl:when>
						<xsl:when test="@category='412'"><span class="boldish">ATS </span></xsl:when>
						<xsl:when test="@category='415'"><span class="boldish">Terminal Server Service </span></xsl:when>
						<xsl:when test="@category='500'"><span class="boldish">Navigator Series </span></xsl:when>
						<xsl:when test="@category='520'"><span class="boldish">leia Navigator </span></xsl:when>
						<xsl:when test="@category='521'"><span class="boldish">leia </span></xsl:when>
						<xsl:when test="@category='522'"><span class="boldish">Pay History </span></xsl:when>
						<xsl:when test="@category='523'"><span class="boldish">Time Entry </span></xsl:when>
						<xsl:when test="@category='540'"><span class="boldish">HR Navigator </span></xsl:when>
						<xsl:when test="@category='541'"><span class="boldish">Employees </span></xsl:when>
						<xsl:when test="@category='542'"><span class="boldish">Administration </span></xsl:when>
						<xsl:when test="@category='543'"><span class="boldish">Structure </span></xsl:when>
						<xsl:when test="@category='544'"><span class="boldish">User Tables </span></xsl:when>
						<xsl:when test="@category='545'"><span class="boldish">Ticklers </span></xsl:when>
						<xsl:when test="@category='546'"><span class="boldish">Reports </span></xsl:when>
						<xsl:when test="@category='560'"><span class="boldish">Benefits Navigator </span></xsl:when>
						<xsl:when test="@category='561'"><span class="boldish">Benefits </span></xsl:when>
						<xsl:when test="@category='580'"><span class="boldish">App/Requisition Navigator </span></xsl:when>
						<xsl:when test="@category='581'"><span class="boldish">Applicants/Requisitions </span></xsl:when>
						<xsl:when test="@category='600'"><span class="boldish">HRStats </span></xsl:when>
						<xsl:when test="@category='620'"><span class="boldish">Distribution Navigator </span></xsl:when>
						<xsl:when test="@category='700'"><span class="boldish">Rotating Work Calendars Service </span></xsl:when>
						<xsl:when test="@category='715'"><span class="boldish">TA </span></xsl:when>
						<xsl:when test="@category='899'"><span class="boldish">Global </span></xsl:when>
						<xsl:when test="@category='900'"><span class="boldish">Navigator Services </span></xsl:when>
						<xsl:when test="@category='1000'"><span class="boldish">Enterprise </span></xsl:when>
						<xsl:when test="@category='1400'"><span class="boldish">Enterprise Services </span></xsl:when>
						<xsl:otherwise><span class="boldish">Not Converted </span></xsl:otherwise>
					</xsl:choose>
					<xsl:choose>
						<xsl:when test="@classification='-1'"><span class="boldish">Sys </span></xsl:when>
						<xsl:when test="@classification='0'"><span class="boldish">Csc </span></xsl:when>
						<xsl:otherwise> </xsl:otherwise>
					</xsl:choose>
					<xsl:choose>
						<xsl:when test="@dataCategory='1'"><span class="boldish">Alpha </span></xsl:when>
						<xsl:when test="@dataCategory='2'"><span class="boldish">Date </span></xsl:when>
						<xsl:when test="@dataCategory='3'"><span class="boldish">DOW </span></xsl:when>
						<xsl:when test="@dataCategory='4'"><span class="boldish">Hour </span></xsl:when>
						<xsl:when test="@dataCategory='5'"><span class="boldish">Integer </span></xsl:when>
						<xsl:when test="@dataCategory='6'"><span class="boldish">PayCode </span></xsl:when>
						<xsl:when test="@dataCategory='7'"><span class="boldish">Rate </span></xsl:when>
						<xsl:when test="@dataCategory='8'"><span class="boldish">Time </span></xsl:when>
						<xsl:when test="@dataCategory='9'"><span class="boldish">Percent </span></xsl:when>
						<xsl:when test="@dataCategory='10'"><span class="boldish">Premium Category </span></xsl:when>
						<xsl:otherwise> </xsl:otherwise>
					</xsl:choose>
						<span class="boldish"><xsl:value-of select="@number"/></span> 
				</xsl:when>
			</xsl:choose>
			<br />
			<xsl:choose>
				<xsl:when test="@Description!=''">
					<span class="smallish"><em>(<xsl:value-of select="@Description"/>)</em></span>
				 </xsl:when>
				<xsl:otherwise> </xsl:otherwise>
			</xsl:choose>
		</td>
		<td valign="top">
			<xsl:choose>
				<xsl:when test="../@targetCategory='1'"><span class="boldish">System </span></xsl:when>
				<xsl:when test="../@targetCategory='2'"><span class="boldish">darthvader </span></xsl:when>
				<xsl:when test="../@targetCategory='3'"><span class="boldish">jabbathehut </span></xsl:when>
				<xsl:when test="../@targetCategory='4'"><span class="boldish">Daycare </span></xsl:when>
				<xsl:when test="../@targetCategory='5'"><span class="boldish">Productivity </span></xsl:when>
				<xsl:when test="../@targetCategory='6'"><span class="boldish">Benefits Monitor </span></xsl:when>
				<xsl:when test="../@targetCategory='7'"><span class="boldish">DeductIT </span></xsl:when>
				<xsl:when test="../@targetCategory='8'"><span class="boldish">Staffer </span></xsl:when>
				<xsl:when test="../@targetCategory='9'"><span class="boldish">Attendance </span></xsl:when>
				<xsl:when test="../@targetCategory='10'"><span class="boldish">Calculations Process </span></xsl:when>
				<xsl:when test="../@targetCategory='11'"><span class="boldish">Schedule Process </span></xsl:when>
				<xsl:when test="../@targetCategory='12'"><span class="boldish">System Download Processes </span></xsl:when>
				<xsl:when test="../@targetCategory='13'"><span class="boldish">darthvader Interface Processes </span></xsl:when>
				<xsl:when test="../@targetCategory='14'"><span class="boldish">darthvader Download Processes </span></xsl:when>
				<xsl:when test="../@targetCategory='15'"><span class="boldish">jabbathehut Interface Processes </span></xsl:when>
				<xsl:when test="../@targetCategory='16'"><span class="boldish">jabbathehut Download Processes </span></xsl:when>
				<xsl:when test="../@targetCategory='17'"><span class="boldish">Posting Process </span></xsl:when>
				<xsl:when test="../@targetCategory='18'"><span class="boldish">skywalker </span></xsl:when>
				<xsl:when test="../@targetCategory='19'"><span class="boldish">Self Scheduling </span></xsl:when>
				<xsl:when test="../@targetCategory='20'"><span class="boldish">Schedule Bidding </span></xsl:when>
				<xsl:when test="../@targetCategory='21'"><span class="boldish">falcon </span></xsl:when>
				<xsl:when test="../@targetCategory='22'"><span class="boldish">roosterrooster </span></xsl:when>
				<xsl:otherwise><span class="boldish">Not converted </span></xsl:otherwise>
			</xsl:choose>
			<xsl:choose>
				<xsl:when test="../@targetClassification='1'"><span class="boldish">Standard </span></xsl:when>
				<xsl:when test="../@targetClassification='2'"><span class="boldish">Customer </span></xsl:when>
				<xsl:when test="../@targetClassification='3'"><span class="boldish">User Defined </span></xsl:when>
				<xsl:when test="../@targetClassification='4'"><span class="boldish">Replicated </span></xsl:when>
				<xsl:otherwise> </xsl:otherwise>
			</xsl:choose>
			<xsl:choose>
				<xsl:when test="../@dataCategory='1'"><span class="boldish">Alpha </span></xsl:when>
				<xsl:when test="../@dataCategory='2'"><span class="boldish">Date </span></xsl:when>		
				<xsl:when test="../@dataCategory='3'"><span class="boldish">DOW </span></xsl:when>
				<xsl:when test="../@dataCategory='4'"><span class="boldish">Hour </span></xsl:when>
				<xsl:when test="../@dataCategory='5'"><span class="boldish">Integer </span></xsl:when>
				<xsl:when test="../@dataCategory='6'"><span class="boldish">PayCode </span></xsl:when>
				<xsl:when test="../@dataCategory='7'"><span class="boldish">Rate </span></xsl:when>
				<xsl:when test="../@dataCategory='8'"><span class="boldish">Time </span></xsl:when>
				<xsl:when test="../@dataCategory='9'"><span class="boldish">Percent </span></xsl:when>
				<xsl:when test="../@dataCategory='10'"><span class="boldish">Premium Category </span></xsl:when>
				<xsl:otherwise> </xsl:otherwise>
			</xsl:choose>
			<span class="boldish"><xsl:value-of select="../@targetNumber"/></span>
			<br />
			<xsl:choose>
				<xsl:when test="../@targetDescription!=''">
					<span class="smallish"><em>(<xsl:value-of select="../@targetDescription"/>)</em></span>
				 </xsl:when>
				<xsl:otherwise> </xsl:otherwise>
			</xsl:choose>
		</td>
		<td valign="top">
			<!-- parameter notes here -->
			<xsl:choose>
				<xsl:when test="../@Notes!=''">
					<xsl:value-of select="../@Notes"/>
					<br /><br />
				 </xsl:when>
				<xsl:otherwise> </xsl:otherwise>
			</xsl:choose>
		</td>
	</tr>
	</xsl:for-each>
	</xsl:otherwise>
	</xsl:choose>
	</xsl:for-each>
	</table>
</xsl:for-each>
</xsl:template>


</xsl:stylesheet>