<?xml version='1.0'?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:a="http://www.mimosa.org/TechXMLV3-2">

<xsl:template match="/">
	<html>
	<body>
	<h2>List of Names</h2>
	<xsl:apply-templates/>
	</body>
	</html>
</xsl:template>

<xsl:template match="sg_as_event_type">
<p>
<xsl:apply-templates select="@user_tag_ident"/>
<xsl:apply-templates select="@name"/>
</p>

<tr>
<td><xsl:value-of select="@name"/></td>
<td><xsl:value-of select="@user_tag_ident"/></td>
</tr>

</xsl:template>


</xsl:stylesheet>

<!-- Stylus Studio meta-information - (c) 2004-2008. Progress Software Corporation. All rights reserved.

<metaInformation>
	<scenarios>
		<scenario default="yes" name="Logsa-2" userelativepaths="yes" externalpreview="no" url="Army_Code_Data_Dictionary_2008-07-30.xml" htmlbaseurl="" outputurl="" processortype="saxon8" useresolver="no" profilemode="0" profiledepth="" profilelength=""
		          urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal"
		          customvalidator="">
			<advancedProp name="sInitialMode" value=""/>
			<advancedProp name="bXsltOneIsOkay" value="true"/>
			<advancedProp name="bSchemaAware" value="false"/>
			<advancedProp name="bXml11" value="false"/>
			<advancedProp name="iValidation" value="0"/>
			<advancedProp name="bExtensions" value="true"/>
			<advancedProp name="iWhitespace" value="0"/>
			<advancedProp name="sInitialTemplate" value=""/>
			<advancedProp name="bTinyTree" value="true"/>
			<advancedProp name="bWarnings" value="true"/>
			<advancedProp name="bUseDTD" value="false"/>
			<advancedProp name="iErrorHandling" value="fatal"/>
		</scenario>
	</scenarios>
	<MapperMetaTag>
		<MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no">
			<SourceSchema srcSchemaPath="Army_Code_Data_Dictionary_2008-07-30.xml" srcSchemaRoot="mim_cris_v32" AssociatedInstance="" loaderFunction="document" loaderFunctionUsesURI="no"/>
		</MapperInfo>
		<MapperBlockPosition>
			<template match="/"></template>
			<template match="sg_as_event_type">
				<block path="p/xsl:apply-templates" x="276" y="71"/>
				<block path="p/xsl:apply-templates[1]" x="320" y="72"/>
			</template>
		</MapperBlockPosition>
		<TemplateContext></TemplateContext>
		<MapperFilter side="source"></MapperFilter>
	</MapperMetaTag>
</metaInformation>
-->