Hi,
I have a question.
I want to to test the XSLT-Mappings with transaction "XSLT_TOOL".
Also, I want to integrate a JAVA-Funktion into the xslt-mapping.
XSLT-Source:
<xsl:param name="SAPDate">
<xsl:value-of select="/sender/SAPDate"/>
</xsl:param>
<timestamp>
<xsl:if test="function-available('javamap:DateConverter')">
<xsl:value-of select="javamap:DateConverter($SAPDate)"/>
</xsl:if>
</timestamp>
Where must I save this java-funktion that I do not get the error "unkown funktion"??
Thanks for your help.
Regards
Stefan