Hi Pierrie,
I had tried running the XSL transform , i tired without using the call template output message available for next atom ,but when i include this call template .
<xsl:attribute name="date">
<xsl:call-template name="b1ilib.strgReplace">
<xsl:with-param name="subs" select="'.'"></xsl:with-param>
<xsl:with-param name="var" select="'-'"></xsl:with-param>
<xsl:with-param name="wstrg" select="../@time"></xsl:with-param>
</xsl:call-template>
</xsl:attribute>
following error message accurs
com.sap.b1i.utilities.UtilException: UTE001 Nested exception: com.sap.engine.lib.xml.util.NestedException: Transformer: Could not find specified template in xsl:call-template 'b1ilib.strgReplace'.
Still i hadnt included the B1 function in the process.
Regards:
Navin