<?xml version='1.0' ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:b="urn:OEXML:r1" xmlns:a="http://www.siebel.com/xml/OE%20EAI%20Obtain%20Standing%20Data">
	<xsl:output method="xml" encoding="UTF-16"/>
	<xsl:template name="INT" match="/">
		<a:SiebelMessage>
			<xsl:attribute name="LOV_Back_Office_Region__IntObjectFormat">
				<xsl:value-of select="b:OEXML/Header/LOV_Back_Office_Region__ConversationID"/>
			</xsl:attribute>
			<xsl:attribute name="LOV_Back_Office_Region__IntObjectName">
				<xsl:value-of select="b:OEXML/Header/LOV_Back_Office_Region__ReturnURI"/>
			</xsl:attribute>
			<xsl:attribute name="MessageId">
				<xsl:for-each select="b:OEXML/Header/NameValuePair/Name">
					<xsl:if test=". = 'MessageID'">
						<xsl:value-of select="../Value"/>
					</xsl:if>
				</xsl:for-each>
			</xsl:attribute>
		</a:SiebelMessage>
	</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2006. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario1" userelativepaths="no" externalpreview="no" url="file:///d:/oexml/test_lov/test_a1.xml" htmlbaseurl="" outputurl="file:///d:/oexml/test_lov/test_xx.xml" 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="dest1.xsd" destSchemaRoot="SiebelMessage" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no" ><SourceSchema srcSchemaPath="..\oexml_r1.xsd" srcSchemaRoot="OEXML" AssociatedInstance="file:///d:/oexml/test_a1.xml" loaderFunction="document" loaderFunctionUsesURI="no"/></MapperInfo><MapperBlockPosition><template match="/"><block path="a:SiebelMessage/xsl:attribute[2]/xsl:for&#x2D;each/xsl:if/=[0]" x="174" y="142"/><block path="a:SiebelMessage/xsl:attribute[2]/xsl:for&#x2D;each/xsl:if" x="220" y="144"/></template></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
</metaInformation>
-->