<?xml version='1.0' ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:template match="/">
		<Customer_Add_1>
			<xsl:for-each select="table/row">
				<Add>
					<Header>
						<CUNO>
							<xsl:value-of select="CUNO"/>
						</CUNO>
						<CUNM>
							<xsl:value-of select="CUNM"/>
						</CUNM>
						<CUA1>
							<xsl:value-of select="CUA1"/>
						</CUA1>
						<CUA2>
							<xsl:value-of select="CUA2"/>
						</CUA2>
						<TOWN>
							<xsl:value-of select="TOWN"/>
						</TOWN>
						<PONO>
							<xsl:value-of select="PONO"/>
						</PONO>
						<YREF>
							<xsl:value-of select="YREF"/>
						</YREF>
						<CRLM>
							<xsl:value-of select="CRLM"/>
						</CRLM>
						<SMCD>
							<xsl:value-of select="SMCD"/>
						</SMCD>
						<FRE2>
							<xsl:value-of select="FRE2"/>
						</FRE2>
						<IICT>
							<xsl:value-of select="IICT"/>
						</IICT>
						<BCKO>
							<xsl:value-of select="BCKO"/>
						</BCKO>
						<ECAR>
							<xsl:value-of select="ECAR"/>
						</ECAR>
						<PHNO>
							<xsl:value-of select="PHNO"/>
						</PHNO>
						<PHN2>
							<xsl:value-of select="PHN2"/>
						</PHN2>
						<INSN>
							<xsl:value-of select="INSN"/>
						</INSN>
						<MCOS>
							<xsl:value-of select="MCOS"/>
						</MCOS>
					</Header>
					<Address>
						<CUNO>
							<xsl:value-of select="CUNO"/>
						</CUNO>
						<CUNM>
							<xsl:value-of select="SHIP_TO_x003A__CUSTOMER_NAME"/>
						</CUNM>
						<CUA1>
							<xsl:value-of select="SHIP_TO_x003A__ADDR1"/>
						</CUA1>
						<CUA2>
							<xsl:value-of select="SHIP_TO_x003A__ADDR2"/>
						</CUA2>
						<TOWN>
							<xsl:value-of select="SHIP_TO_x003A__TOWN"/>
						</TOWN>
						<ECAR>
							<xsl:value-of select="ECAR"/>
						</ECAR>
						<PONO>
							<xsl:value-of select="PONO"/>
						</PONO>
					</Address>
				</Add>
			</xsl:for-each>
		</Customer_Add_1>
	</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2008. Progress Software Corporation. All rights reserved.

<metaInformation>
	<scenarios>
		<scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="converter:CSV:first=yes?FinalCustomer.csv" 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="bXsltOneIsOkay" value="true"/>
			<advancedProp name="bSchemaAware" 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="bWarnings" value="true"/>
			<advancedProp name="bUseDTD" value="false"/>
			<advancedProp name="iErrorHandling" value="fatal"/>
		</scenario>
	</scenarios>
	<MapperMetaTag>
		<MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="file:///c:/testcase/finalcustomer.xml" destSchemaRoot="Customer_Add_1" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no">
			<SourceSchema srcSchemaPath="converter:CSV:first=yes?file:///c:/testcase/FinalCustomer.csv" srcSchemaRoot="table" AssociatedInstance="" loaderFunction="document" loaderFunctionUsesURI="no"/>
		</MapperInfo>
		<MapperBlockPosition>
			<template match="/">
				<block path="Customer_Add_1/xsl:for-each" x="185" y="35"/>
			</template>
		</MapperBlockPosition>
		<TemplateContext></TemplateContext>
		<MapperFilter side="source"></MapperFilter>
	</MapperMetaTag>
</metaInformation>
-->