Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8652

Re: XSLT mapping issue for data type enhancement field

$
0
0

Hello,

Replace this line xmlns:ns1="http://sap.com/xi/XI/Mail/30"

with xmlns:ns1="http://bio-rad.com/OTC/PurchaseOrderConfirmation"

 

So ur xslt should be kie this -

 

<?xml version="1.0" encoding="UTF-8"?>

<xsl:stylesheet version="1.0"  exclude-result-prefixes="ns0 ns1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns0="http://sap.com/xi/SAPGlobal20/Global" xmlns:ns1="http://bio-rad.com/OTC/PurchaseOrderConfirmation">

<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>

<xsl:template match="/">

<Structure>

<ZShippingCondition><xsl:value-of select="ns0:PurchaseOrderConfirmation/PurchaseOrder/ns1:ZShippingCondition"/></ZShippingCondition>

</Structure>

</xsl:template>

</xsl:stylesheet>

 

Thanks

Amit Srivastava


Viewing all articles
Browse latest Browse all 8652

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>