<?xml version="1.0" ?>
<xsl:stylesheet xmlns:a="urn:schemas-basda-org:2000:purchaseOrder:xdr:3.01" exclude-result-prefixes="a" version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:template match="/">
		<Order xsi:noNamespaceSchemaLocation="file://c:\Workspace\Stylus%20Studio\Schemas\xCBL\xCBL.Order.Schema.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
			<OrderHeader>
				<OrderNumber>
					<BuyerOrderNumber>
						<xsl:value-of select="concat(a:a:Order/a:a:OrderReferences/a:a:BuyersOrderNumber,a:a:Order/a:a:OrderReferences/a:a:ProjectCode)"/>
					</BuyerOrderNumber>
					<SellerOrderNumber>jkjkjk</SellerOrderNumber>
				</OrderNumber>
				<OrderIssueDate>dg</OrderIssueDate>
				<Purpose>
					<PurposeCoded/>
				</Purpose>
				<OrderCurrency>
					<Currency>
						<CurrencyCoded/>
					</Currency>
				</OrderCurrency>
				<OrderLanguage>
					<Language>
						<LanguageCoded/>
					</Language>
				</OrderLanguage>
				<OrderParty>
					<BuyerParty>
						<Party>
							<PartyID>
								<Identifier>
									<Agency>
										<AgencyCoded/>
									</Agency>
									<Ident/>
								</Identifier>
							</PartyID>
						</Party>
					</BuyerParty>
					<SellerParty>
						<Party>
							<PartyID>
								<Identifier>
									<Agency>
										<AgencyCoded/>
									</Agency>
									<Ident/>
								</Identifier>
							</PartyID>
						</Party>
					</SellerParty>
				</OrderParty>
			</OrderHeader>
		</Order>
	</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c)1998-2003 Copyright Sonic Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="BASDA PO to xCBL PO test" userelativepaths="yes" externalpreview="no" url="..\Samples\PO\BASDA\eBUILD&#x2D;orderSample.xml" htmlbaseurl="" outputurl="" processortype="internal" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext=""/></scenarios><MapperInfo srcSchemaPath="..\Schemas\BASDA\order&#x2D;v3.xsd" srcSchemaRoot="a:Order" srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="..\Schemas\xCBL\xCBL.Order.Schema.xsd" destSchemaRoot="Order" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
</metaInformation>
-->