<?xml version='1.0' ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:template match="/">
		<ChargeBatch>
			<Transaction>
				<MRN>
					<xsl:value-of select="dataroot/tmptblMDIAchieveTabDelimitedExport/MRN"/>
				</MRN>
				<ChargeCode>
					<xsl:value-of select="dataroot/tmptblMDIAchieveTabDelimitedExport/ChargeCode"/>
				</ChargeCode>
				<ServiceDate>
					<xsl:value-of select="dataroot/tmptblMDIAchieveTabDelimitedExport/ServiceDate"/>
				</ServiceDate>
				<Quantity>
					<xsl:value-of select="dataroot/tmptblMDIAchieveTabDelimitedExport/Quantity"/>
				</Quantity>
				<Visits>
					<xsl:value-of select="dataroot/tmptblMDIAchieveTabDelimitedExport/Visits"/>
				</Visits>
			</Transaction>
		</ChargeBatch>
	</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2009. Progress Software Corporation. All rights reserved.

<metaInformation>
	<scenarios>
		<scenario default="yes" name="RawAccessXML.xml" userelativepaths="yes" externalpreview="no" url="RawAccessXML.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="CustomerImportTemplate.xml" destSchemaRoot="ChargeBatch" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no">
			<SourceSchema srcSchemaPath="RawAccessXML.xml" srcSchemaRoot="dataroot" AssociatedInstance="" loaderFunction="document" loaderFunctionUsesURI="no"/>
		</MapperInfo>
		<MapperBlockPosition>
			<template match="/"></template>
		</MapperBlockPosition>
		<TemplateContext></TemplateContext>
		<MapperFilter side="source"></MapperFilter>
	</MapperMetaTag>
</metaInformation>
-->