<?xml version="1.0"?>
<!-- Generated using BizTalk Mapper on Thu, Jan 08 2004 12:21:12 PM -->
<!-- Copyright (c) Microsoft Corporation. All rights reserved. -->
<mapsource Name="BizTalk Map" BizTalkServerMapperTool_Version="1.5" Version="1.5" XRange="100" YRange="420"><SrcTree><Schema name="Images.xml" b:BizTalkServerEditorTool_Version="1.5" b:root_reference="Images" b:standard="XML" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes" xmlns:b="urn:schemas-microsoft-com:BizTalkServer">
			<b:SelectionFields/>
			<ElementType name="Images" content="eltOnly">
				<b:RecordInfo/>
				<element type="Europe" maxOccurs="*" minOccurs="1"/>
			</ElementType><ElementType name="Europe" content="empty">
				<b:RecordInfo/>
				<AttributeType name="Italy" dt:type="string">
					<b:FieldInfo/></AttributeType>
				<AttributeType name="Austria" dt:type="string">
					<b:FieldInfo/></AttributeType>
				<attribute type="Italy"/>
				<attribute type="Austria"/>
			</ElementType></Schema>
	</SrcTree><TrgTree><Schema name="Europe.biz" b:BizTalkServerEditorTool_Version="1.5" b:root_reference="Europe" b:standard="XML" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes" xmlns:b="urn:schemas-microsoft-com:BizTalkServer">
			<b:SelectionFields/>
			<ElementType name="Wine_and_Cheese" content="empty">
				<b:RecordInfo/>
				<AttributeType name="Austria" dt:type="string">
					<b:FieldInfo/></AttributeType>
				<attribute type="Austria"/>
			</ElementType><ElementType name="Pictures" content="empty">
				<b:RecordInfo/>
				<AttributeType name="Italy" dt:type="string">
					<b:FieldInfo/></AttributeType>
				<attribute type="Italy"/>
			</ElementType><ElementType name="Europe" content="eltOnly">
				<b:RecordInfo/>
				<element type="Pictures" maxOccurs="*" minOccurs="1"/>
				<element type="Wine_and_Cheese" maxOccurs="*" minOccurs="1"/>
			</ElementType></Schema>
	</TrgTree><TreeValues/><Pages><Page Name="Page 1"><Links><Link LinkID="1" LinkFrom="/Images/Europe" LinkTo="/Europe/Pictures"/><Link LinkID="2" LinkFrom="/Images/Europe/@Italy" LinkTo="/Europe/Pictures/@Italy"/><Link LinkID="3" LinkFrom="/Images/Europe/@Austria" LinkTo="/Europe"/></Links><Functoids/></Page></Pages><CompiledXSL><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:var="urn:var" xmlns:userVBScript="urn:userVBScript" xmlns:userJScript="urn:userJScript" exclude-result-prefixes="msxsl var userVBScript userJScript" version="1.0">
			<xsl:output method="xml" omit-xml-declaration="yes"/>
			<xsl:template match="/">
				<xsl:apply-templates select="Images"/>
			</xsl:template>
			<xsl:template match="Images">
				<Europe>
					<xsl:for-each select="Europe">
						<Pictures>
							<xsl:if test="@Italy"><xsl:attribute name="Italy"><xsl:value-of select="@Italy"/></xsl:attribute></xsl:if>
							<xsl:value-of select="./text()"/>
						</Pictures>
					</xsl:for-each>
					<xsl:if test="Europe/@Austria"><xsl:value-of select="Europe/@Austria"/></xsl:if>
				</Europe>
			</xsl:template>
		</xsl:stylesheet>
	</CompiledXSL></mapsource>

