Quantcast
Channel: SCN: Message List - SAP Manufacturing Integration and Intelligence (SAP MII)
Viewing all articles
Browse latest Browse all 4841

Re: error: while trying to invoke the method javax.xml.transform.Transformer.

$
0
0

Hi Alex,

 

No, the case you have explained is not applicable to me. Sharing the code snippet for your reference. This is the code due to which my XSLT gives an error, if I remove these lines of code then the XSLT works fine.

 

<xsl:variable name="ENERGY" select="translate(ENERGY,',','')">

     <xsl:choose>

          <xsl:when test="ENERGY= ''">

               <xsl:value-of select="0.00"/>

          </xsl:when>

          <xsl:otherwise>

               <xsl:value-of select="ENERGY"/>

          </xsl:otherwise>

     </xsl:choose>

</xsl:variable>

 

Also, the same XSLT works absolutely fine in 12.1 but gives error in 14.0 SP05.

 

 

Warm Regards,

Anuj


Viewing all articles
Browse latest Browse all 4841

Trending Articles



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