<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:rs="urn:schemas-microsoft-com:rowset" xmlns:z="#RowsetSchema">
<xsl:output omit-xml-declaration="yes"/>
<xsl:template match="rs:data">

<table cellpadding='5' cellspacing='0' border='1' class='display' id='example' width="">
	<thead>
		<tr>
			<th>Short Title</th>
			<th>Applicability</th>
			<th>Annex/PANS</th>
			<th>Amendment</th> 
			<th>Top Priorities</th>
			<th>Operational Benefit</th>
			<th>Description</th>
			<th>Audience</th>
			<th>Phase</th>
			<th>Estimated Adoption</th>
			<th>Actual Adoption</th>
			<th>GSI and/or Performance Area</th>
			<th>Module</th>
			<th>For more information</th>
			<!--<th>Reference Document</th>-->
		</tr>
	</thead>
	<tbody>
		<xsl:for-each select="z:row">
			<tr>
				<td valign="top">
					<xsl:value-of select="@ows_Title"/>
				</td>
				<td class="center" align="center" valign="top">
					<xsl:value-of select="substring-before(@ows_Applicability,' ')"/>
				</td>
				<td class="center" align="center" valign="top">
					<xsl:value-of select="@ows_Annex_x002f_PANS"/>
				</td>
				<td class="center" align="center" valign="top">
					<xsl:value-of select="@ows_Amendment"/>
				</td>
				<td class="center" align="center" valign="top">
					<xsl:value-of select="@ows_Top_x0020_Priorities"/>
				</td>
				<td valign="top">
					<xsl:value-of select="@ows_Operational_x0020_Benefit"/>
				</td>
				<td valign="top">
					<xsl:value-of select="@ows_LongTitle"/>
				</td>
				<td valign="top">
					<xsl:value-of select="@ows_Audience"/>
				</td>
				<td valign="top" align="center">
					<xsl:value-of select="@ows_Phase"/>
				</td>
				<td valign="top" align="center">
					<xsl:value-of select="substring-before(@ows_Estimated_x0020_Adoption_x0020_D,' ')"/>
				</td>
				<td class="center">
					<xsl:value-of select="substring-before(@ows_Actual_x0020_Adoption,' ')"/>
				</td>
				<td valign="top">
					<xsl:value-of select="@ows_GSI_x0020_and_x002f_or_x0020_Per"/>
				</td>
				<td valign="top">
					<xsl:value-of select="@ows_Module"/>
				</td>
				<td valign="top">
				<a>
					<xsl:attribute name="href"><xsl:value-of select="substring-before(@ows_For_x0020_more_x0020_information,',')"/></xsl:attribute>
					<xsl:value-of select="substring-after(@ows_For_x0020_more_x0020_information,',')"/>
				</a>
				</td>
				<!--<td class="center" valign="top">
					<xsl:value-of select="@ows_Reference_x0020_Document"/>
				</td>-->		
			</tr>
		</xsl:for-each>
	</tbody>
	<!--<tfoot>
		<tr>
			<th></th>
			<th><input type="text" name="1" value="Search" class="search_init" /></th>
			<th>Operational Benefit</th>
			<th><input type="text" name="3" value="Search" class="search_init" /></th>
			<th><input type="text" name="4" value="Search" class="search_init" /></th>
			<th><input type="text" name="5" value="Search" class="search_init" /></th>
			<th><input type="text" name="6" value="Search" class="search_init" /></th>
			<th>Description</th>
			<th>Adoption</th>
			<th>For more information</th>
			<th>Module</th>
			<th>GSI and/or Performance Area</th>
			<th>Audience</th>
			<th>Phase</th>
			<th><input type="text" name="14" value="Search" class="search_init" /></th>
		<th><input type="text" name="15" value="Search" class="search_init" /></th>
		</tr>
	</tfoot>-->
</table>

</xsl:template>
</xsl:stylesheet>