<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:a="urn:schemas-basda-org:2000:salesInvoice:xdr:3.01" exclude-result-prefixes="xcbl35.xsd" xmlns:xcbl35.xsd="rrn:org.xcbl:schemas/xcbl/v3_5/xcbl35.xsd" version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:b="urn:schemas-basda-org:2000:salesInvoice:xdr:3.01">
	<xsl:template match="/">
		<a:Invoice xmlns:a="urn:schemas-basda-org:2000:salesInvoice:xdr:3.01" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:schemas-basda-org:2000:salesInvoice:xdr:3.01" xsi:schemaLocation="urn:schemas-basda-org:2000:salesInvoice:xdr:3.01 file://c:\Workspace\Stylus%20Studio\Schemas\BASDA\invoice-v3.xsd">
			<a:InvoiceHead>
				<a:Schema>
					<a:Version>3.0</a:Version>
				</a:Schema>
				<a:Stylesheet>
					<a:StylesheetOwner>BASDA</a:StylesheetOwner>
				</a:Stylesheet>
			</a:InvoiceHead>
			<a:InvoiceReferences>
				<xsl:for-each select="xcbl35.xsd:Invoice/xcbl35.xsd:InvoiceHeader/xcbl35.xsd:InvoiceNumber/xcbl35.xsd:Reference/xcbl35.xsd:RefNum">
					<a:BuyersOrderNumber>
						<xsl:value-of select="."/>fix me
					</a:BuyersOrderNumber>
				</xsl:for-each>
			</a:InvoiceReferences>
		</a:Invoice>
	</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c)1998-2003 Copyright Sonic Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="..\Samples\Invoices\xCBL\526e1272&#x2D;78b0&#x2D;1000&#x2D;8e1a&#x2D;c0a80ad70001.xml" htmlbaseurl="" outputurl="" processortype="internal" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext=""/></scenarios><MapperInfo srcSchemaPath="..\Schemas\xCBL\xCBL.Invoice.Schema.xsd" srcSchemaRoot="xcbl35.xsd:Invoice" srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="..\Schemas\BASDA\invoice&#x2D;v3.xsd" destSchemaRoot="a:Invoice" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
</metaInformation>
-->