<?xml version='1.0' encoding='utf-8' ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:output encoding="UTF-8" method="text"/>
	<xsl:variable name="Lookup" select="document('UpcQty.xml')"/>
	<xsl:template match="/">
		<table>
			<xsl:for-each select="root/row">
				<row>
					<ProdCode>
						<xsl:value-of select="style"/>
						<xsl:text>|[CLR]=</xsl:text>
					</ProdCode>
					<AttrCodes>
						<xsl:value-of select="color"/>
						<xsl:text>,[LGH]=</xsl:text>
						<xsl:value-of select="dim"/>
						<xsl:text>,[WST]=</xsl:text>
						<xsl:value-of select="siz"/>
						<xsl:text>|</xsl:text>
					</AttrCodes>
					<Count>
						<xsl:value-of select="qtyavail"/>
						<xsl:text>|</xsl:text>
					</Count>
					<Note>
						<xsl:value-of select="upc"/>
						<xsl:text>|</xsl:text>
					</Note>
					<Levels>1,2,3,4</Levels>
				</row><xsl:text>&#13;&#10;</xsl:text>
			</xsl:for-each>
			<prodcode/>
			<attrcodes/>
			<note/>
			<tbody/>
		</table>
	</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2005. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="BODc" userelativepaths="yes" externalpreview="no" url="adapter:/BODc.conv" 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="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/><MapperBlockPosition></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
</metaInformation>
-->