?? offeringtoproductcollection.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 + -