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

Re: XSLT Query

$
0
0

Hello,

Use below XSLT

 

<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns0="http://gcc.access.com/testFutureCities">   <xsl:template match="@*|node()">      <xsl:copy>         <xsl:apply-templates select="@*|node()"/>      </xsl:copy>   </xsl:template>   <xsl:template match="/">      <ns0:ImportedFromMCS>         <xsl:value-of select="//iData" disable-output-escaping="yes"/>         <IN_Remedy_DataLength>            <xsl:value-of select="//iDataLength"/>         </IN_Remedy_DataLength>         <IN_Remedy_ErrorMessage>            <xsl:value-of select="//iErrorMessage"/>         </IN_Remedy_ErrorMessage>         <IN_Remedy_iWSCallID>            <xsl:value-of select="//iWSCallID"/>         </IN_Remedy_iWSCallID>      </ns0:ImportedFromMCS>   </xsl:template></xsl:stylesheet>

 

Thanks

Amit Srivastava


Viewing all articles
Browse latest Browse all 8828


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