<?xml version='1.0'?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:output method="text"/>
<xsl:template match="OutFile">Record_Type|Org_code|Count_Name|Count_Identifier|Count_Identifier_Date|Item_Code|Description|Serial_Number|Subinventory|Subinventory_Description|Locator|Snapshot_Qty|Previous_Count_Qty|Count_Qty|UOM|Counted_By|Unscheduled_Entries|Void_Flag|Message_ID<xsl:text>
</xsl:text><xsl:for-each select="Snapshot"><xsl:value-of select="Record_Type"/>|<xsl:value-of select="Org_code"/>|<xsl:value-of select="Count_Name"/>|<xsl:value-of select="Count_Identifier"/>|<xsl:value-of select="Count_Identifier_Date"/>|<xsl:value-of select="Item_Code"/>|<xsl:value-of select="Description"/>|<xsl:value-of select="Serial_Number"/>|<xsl:value-of select="Subinventory"/>|<xsl:value-of select="Subinventory_Description"/>|<xsl:value-of select="Locator"/>|<xsl:value-of select="Snapshot_Qty"/>|<xsl:value-of select="Previous_Count_Qty"/>||<xsl:value-of select="UOM"/>|<xsl:value-of select="Counted_By"/>|<xsl:value-of select="Void_Flag"/>|<xsl:text>
</xsl:text></xsl:for-each>

</xsl:template>

</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2009. Progress Software Corporation. All rights reserved.

<metaInformation>
	<scenarios>
		<scenario default="yes" name="Gap0211 Physical Snapshot XSLT" userelativepaths="yes" externalpreview="no" url="SS_INVPHYSTOCKCOUNT_ALL_20140919193620.xml" htmlbaseurl="" outputurl="" processortype="saxon8" useresolver="yes" profilemode="0"
		          profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no"
		          validator="internal" customvalidator="">
			<advancedProp name="sInitialMode" value=""/>
			<advancedProp name="schemaCache" value="||"/>
			<advancedProp name="bXsltOneIsOkay" value="true"/>
			<advancedProp name="bSchemaAware" value="true"/>
			<advancedProp name="bGenerateByteCode" value="true"/>
			<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="xsltVersion" value="2.0"/>
			<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"/>
		<MapperBlockPosition></MapperBlockPosition>
		<TemplateContext></TemplateContext>
		<MapperFilter side="source"></MapperFilter>
	</MapperMetaTag>
</metaInformation>
-->