<?xml version="1.0" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:template match="/">
		<ADD_QUOTE_002>
			<xsl:for-each select="VegaSoft/LineItem">
				<DATAAREA>
					<ADD_QUOTE>
						<QTEHEADER>
							<QUANTITY>
								<xsl:for-each select="ChargeableWeight">
									<VALUE>
										<xsl:value-of select="."/>
									</VALUE>
								</xsl:for-each>
							</QUANTITY>
							<xsl:for-each select="ContractNumber">
								<QTEID>
									<xsl:value-of select="."/>
								</QTEID>
							</xsl:for-each>
							<xsl:for-each select="CustomerName">
								<DEPARTMENT>
									<xsl:value-of select="."/>
								</DEPARTMENT>
							</xsl:for-each>
							<xsl:for-each select="FreightRate">
								<FRGHTTERMS>
									<xsl:value-of select="."/>
								</FRGHTTERMS>
							</xsl:for-each>
							<xsl:for-each select="TotalFreightCharge">
								<OPRAMTAUTH>
									<xsl:value-of select="."/>
								</OPRAMTAUTH>
							</xsl:for-each>
							<xsl:for-each select="RatingMethod">
								<SHIPNOTES>
									<xsl:value-of select="."/>
								</SHIPNOTES>
							</xsl:for-each>
						</QTEHEADER>
						<xsl:for-each select="AceCharges/AceLineItem">
							<QTELINE>
								<OPERAMT>
									<xsl:for-each select="AceCharge">
										<VALUE>
											<xsl:value-of select="."/>
										</VALUE>
									</xsl:for-each>
								</OPERAMT>
								<xsl:for-each select="AceCode">
									<QTETYPE>
										<xsl:value-of select="."/>
									</QTETYPE>
								</xsl:for-each>
								<xsl:for-each select="AceTerms">
									<DESCRIPTN>
										<xsl:value-of select="."/>
									</DESCRIPTN>
								</xsl:for-each>
							</QTELINE>
						</xsl:for-each>
					</ADD_QUOTE>
				</DATAAREA>
			</xsl:for-each>
		</ADD_QUOTE_002>
	</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c)1998-2001 eXcelon Corp.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="yes" url="VegaSoft001.xml" htmlbaseurl="" processortype="internal" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext=""/></scenarios><MapperInfo  srcSchemaPath="VegaSoft_SourceInterface.dtd" srcSchemaRoot="VegaSoft" srcSchemaPathIsRelative="yes" destSchemaPath="VegaSoft_TargetInterface.dtd" destSchemaRoot="ADD_QUOTE_002" destSchemaPathIsRelative="yes" />
</metaInformation>
-->
