<?xml version='1.0' encoding='utf-8'?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:a="http://tmmcutf-8m/pma" exclude-result-prefixes="a">
<xsl:output method="html"/>

<xsl:template match="/">
	<html><head></head>
		<body>
			<p>
				<xsl:value-of select="a:NewDataSet/a:ReportInfo/a:Title"/>
			</p>
			<p>Sap return code: 
				<xsl:value-of select="a:NewDataSet/a:clsResponse/a:sap_return_code"/>
			</p>
			<p>Sap return msg: 
				<xsl:value-of select="a:NewDataSet/a:clsResponse/a:sap_return_message"/>
			</p>
			<p>Breakdowns:</p>
			<xsl:for-each select="a:NewDataSet/a:clsResponse/a:breakdowns/a:breakdown_data">
				<p>------------------------------------</p>
				<p>State: 
					<xsl:value-of select="a:state"/>
				</p>
				<p>Notification#: 
					<xsl:value-of select="a:notification_number"/>
				</p>
				<p>CM Identified: 
					<xsl:value-of select="a:cm_identified"/>
				</p>
				<p>Results:</p>
				<xsl:for-each select="a:display_results/a:column">
					<p>Name: 
						<xsl:value-of select="a:name" disable-output-escaping="no"/>
					</p>
					<p>Value: 
						<xsl:value-of select="a:value"/>
					</p>
				</xsl:for-each>
			</xsl:for-each>
		</body>
	</html>
</xsl:template>

</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2006. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="DataPager" userelativepaths="yes" externalpreview="no" url="dataresult.xml" htmlbaseurl="" outputurl="testoutput.htm" processortype="msxmldotnet" useresolver="no" 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" ><SourceSchema srcSchemaPath="dataresult.xml" srcSchemaRoot="NewDataSet" AssociatedInstance="" loaderFunction="document" loaderFunctionUsesURI="no"/></MapperInfo><MapperBlockPosition><template match="/"><block path="html/body/xsl:for&#x2D;each" x="107" y="78"/><block path="html/body/xsl:for&#x2D;each/p[6]/xsl:value&#x2D;of" x="147" y="78"/><block path="html/body/xsl:for&#x2D;each/p[7]/xsl:value&#x2D;of" x="67" y="78"/></template></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
</metaInformation>
-->