<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:output method="xml"/>
	<xsl:template match="/">
		<Order_initial xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://niw03890:8080/eco/cdm" xsi:schemaLocation="file://c:\epif\sphinx\sphinx\Order_initial.xsd">
			<Identification>
				<xsl:for-each select="ORDERS02-4x/CHILDREN/E1EDKA1/FIELDS/PARTN">
					<order_from_funloc>
						<xsl:value-of select="."/>
					</order_from_funloc>
				</xsl:for-each>
			</Identification>
		</Order_initial>
	</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c)1998-2002 eXcelon Corp.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="file://c:\epif\micstuff\IDOC02_im_00.xml" htmlbaseurl="" processortype="xalan" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext=""/></scenarios><MapperInfo srcSchemaPath="file://c:\epif\micstuff\ae2xsd_46C_basic_IDOCS.xsd" srcSchemaRoot="ORDERS02&#x2D;4x" srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="file://c:\epif\sphinx\sphinx\Order_initial.xsd" destSchemaRoot="Order_initial" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
</metaInformation>
-->