<?xml version='1.0' ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:template match="/">
		<FF_META_DATA>
			<xsl:for-each select="INBND_META_DATA/Interface_MetaData/Meta">
				<MetaData>
					<xsl:choose>
					<xsl:when test="Attribute_Name = 'XST_Record_2_Canonical'">
						<XSLT_Record_2_Canonical>
							<xsl:value-of select="Attribute_Value"/>
						</XSLT_Record_2_Canonical>
					</xsl:when>
					<xsl:when test="Attribute_Name = 'FlatFile_Template'">
						<FlatFile_Template>
							<xsl:value-of select="Attribute_Value"/>
						</FlatFile_Template>
					</xsl:when>
					<xsl:when test="Attribute_Name = 'XSLT_Canoical_2_SAP_Inbound_Adapter'">
						<XSLT_Canoical_2_SAP_Inbound_Adapter>
							<xsl:value-of select="Attribute_Value"/>
						</XSLT_Canoical_2_SAP_Inbound_Adapter>
					</xsl:when>
					</xsl:choose>
				</MetaData>
			</xsl:for-each>
		</FF_META_DATA>
	</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2006. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="SAP_INPUT.xml" htmlbaseurl="" outputurl="" processortype="internal" useresolver="yes" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal" customvalidator=""/></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="SAP_OUT.xsd" destSchemaRoot="FF_META_DATA" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no" ><SourceSchema srcSchemaPath="SAP_INPUT.xml" srcSchemaRoot="INBND_META_DATA" AssociatedInstance="" loaderFunction="document" loaderFunctionUsesURI="no"/></MapperInfo><MapperBlockPosition><template match="/"><block path="FF_META_DATA/xsl:for&#x2D;each" x="261" y="36"/><block path="FF_META_DATA/xsl:for&#x2D;each/MetaData/xsl:if/=[0]" x="215" y="70"/><block path="FF_META_DATA/xsl:for&#x2D;each/MetaData/xsl:if" x="261" y="72"/></template></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
</metaInformation>
-->