⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 retrievecpproduct.xsl

📁 工作流产品,一个大型项目,使用ORALCE BPEL
💻 XSL
字号:
<?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="schema/BizProcCmdRequestResponse.xsd"/>
      <rootElement name="ChooseApplicationProviderProductResponse" namespace="http://bnet.gsta.com/businessProcess/schema"/>
    </source>
  </mapSources>
  <mapTargets>
    <target type="XSD">
      <schema location="schema/BizProcCmdRequestResponse.xsd"/>
      <rootElement name="ProductGroupByCollection" namespace="http://bnet.gsta.com/businessProcess/schema"/>
    </target>
  </mapTargets>
  <!-- GENERATED BY ORACLE XSL MAPPER 10.1.2.0.0(build 050504) AT [MON FEB 27 23:28:25 CST 2006]. -->
?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://bnet.gsta.com/businessProcess/schema" xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap" 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:ora="http://schemas.oracle.com/xpath/extension" xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc" exclude-result-prefixes="xsl xsd tns ldap xp20 bpws ora orcl">
  <xsl:template match="/">
    <tns:ProductGroupByCollection>
      <xsl:for-each select="/tns:ChooseApplicationProviderProductResponse/tns:cpProductCollect/tns:ProductGroupBy">
        <tns:ProductGroupBy>
          <tns:ProviderId>
            <xsl:value-of select="tns:ProviderId"/>
          </tns:ProviderId>
          <tns:ServerId>
            <xsl:value-of select="tns:ServerId"/>
          </tns:ServerId>
          <tns:ProductCollection>
            <xsl:for-each select="tns:ProductCollection/tns:product">
              <tns:product>
                <tns:productId>
                  <xsl:value-of select="tns:productId"/>
                </tns:productId>
                <tns:acceptNumber>
                  <xsl:value-of select="tns:acceptNumber"/>
                </tns:acceptNumber>
                <tns:offeringId>
                  <xsl:value-of select="tns:offeringId"/>
                </tns:offeringId>
                <tns:productSpecId>
                  <xsl:value-of select="tns:productSpecId"/>
                </tns:productSpecId>
                <tns:offeringSpecId>
                  <xsl:value-of select="tns:offeringSpecId"/>
                </tns:offeringSpecId>
                <tns:bnetId>
                  <xsl:value-of select="tns:bnetId"/>
                </tns:bnetId>
                <tns:openTime>
                  <xsl:value-of select="tns:openTime"/>
                </tns:openTime>
                <tns:stateId>
                  <xsl:value-of select="tns:stateId"/>
                </tns:stateId>
                <tns:discountRate>
                  <xsl:value-of select="tns:discountRate"/>
                </tns:discountRate>
                <tns:custCheckResult>
                  <xsl:value-of select="tns:custCheckResult"/>
                </tns:custCheckResult>
                <xsl:for-each select="tns:productProperty">
                  <tns:productProperty>
                    <tns:atrributeId>
                      <xsl:value-of select="tns:atrributeId"/>
                    </tns:atrributeId>
                    <tns:attributeValue>
                      <xsl:value-of select="tns:attributeValue"/>
                    </tns:attributeValue>
                  </tns:productProperty>
                </xsl:for-each>
              </tns:product>
            </xsl:for-each>
          </tns:ProductCollection>
        </tns:ProductGroupBy>
      </xsl:for-each>
    </tns:ProductGroupByCollection>
  </xsl:template>
</xsl:stylesheet>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -