<?xml version="1.0" encoding="UTF-8" ?>
<?oracle-xsl-mapper
  <!-- SPECIFICATION OF MAP SOURCES AND TARGETS, DO NOT MODIFY. -->
  <mapSources>
    <source type="XSD">
      <schema location="VersBAMCompteElement.xsd"/>
      <rootElement name="_CompteElementCollection" namespace="http://xmlns.oracle.com/bam"/>
    </source>
  </mapSources>
  <mapTargets>
    <target type="XSD">
      <schema location="VersBAMCompteElement.xsd"/>
      <rootElement name="_CompteElementCollection" namespace="http://xmlns.oracle.com/bam"/>
    </target>
  </mapTargets>
  <!-- GENERATED BY ORACLE XSL MAPPER 10.1.3.4.0(build 080718.0645) AT [MON NOV 03 13:38:45 CET 2008]. -->
?>
<xsl:stylesheet version="1.0" xmlns:tns="http://xmlns.oracle.com/bam"
                xmlns:xref="http://www.oracle.com/XSL/Transform/java/oracle.tip.xref.xpath.XRefXPathFunctions"
                xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
                xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:ora="http://schemas.oracle.com/xpath/extension"
                xmlns:ehdr="http://www.oracle.com/XSL/Transform/java/oracle.tip.esb.server.headers.ESBHeaderFunctions"
                xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
                xmlns:ids="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
                xmlns:hwf="http://xmlns.oracle.com/bpel/workflow/xpath"
                exclude-result-prefixes="xsl tns xsd xref xp20 bpws ora ehdr orcl ids hwf">
<xsl:template match="/">
<xsl:apply-templates/>
</xsl:template>

<xsl:template match="tns:*">
    <xsl:element name="{local-name()}">
        <xsl:apply-templates/>
    </xsl:element>
</xsl:template>

  <xsl:template match="/">
    <CompteElementCollection>
      <xsl:for-each select="/tns:_CompteElementCollection/tns:_CompteElement">
        <CompteElement>
          <cde>
            <xsl:value-of select="tns:_cde"/>
          </cde>
          <dateheure>
            <xsl:value-of select="tns:_dateheure"/>
          </dateheure>
          <error>
            <xsl:value-of select="tns:_error"/>
          </error>
        </CompteElement>
      </xsl:for-each>
    </CompteElementCollection>
  </xsl:template>
</xsl:stylesheet>
