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

📄 offeringtoproductcollection.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/BizOrders.xsd"/>
      <rootElement name="BizOrderMessage" namespace="http://bnet.gsta.com/businessProcess/schema"/>
    </source>
  </mapSources>
  <mapTargets>
    <target type="XSD">
      <schema location="schema/HelperSchema.xsd"/>
      <rootElement name="ProductCollection" namespace="http://bnet.gsta.com/businessProcess/schema"/>
    </target>
  </mapTargets>
  <!-- GENERATED BY ORACLE XSL MAPPER 10.1.2.0.0(build 050504) AT [SUN MAR 05 22:43:32 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:ns0="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 ns0 ldap xp20 bpws ora orcl">
  <xsl:template match="/">
    <ns0:ProductCollection>
      <xsl:for-each select="/ns0:BizOrderMessage/ns0:offering/ns0:product">
        <ns0:product>
          <ns0:productId>
            <xsl:value-of select="ns0:productId"/>
          </ns0:productId>
          <ns0:offeringId>
            <xsl:value-of select="ns0:offeringId"/>
          </ns0:offeringId>
          <ns0:productSpecId>
            <xsl:value-of select="ns0:productSpecId"/>
          </ns0:productSpecId>
          <ns0:offeringSpecId>
            <xsl:value-of select="ns0:offeringSpecId"/>
          </ns0:offeringSpecId>
          <ns0:custCheckResult>
            <xsl:value-of select="ns0:custCheckResult"/>
          </ns0:custCheckResult>
        </ns0:product>
      </xsl:for-each>
    </ns0:ProductCollection>
  </xsl:template>
</xsl:stylesheet>

⌨️ 快捷键说明

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