Hi all,
I have created an XSLT mapping from the XSD provided.
Now, am trying to run the XSLT with the input.
Am getting an error as :
com.wm.app.b2b.server.ServiceException: [XSL.0002.9001] JAXP: Error instantiating transformer - com.wm.pkg.xslt.util.LocalizedTransformerException: [XSL.0002.9002] JAXP: Error during transformation - com.wm.pkg.xslt.util.LocalizedTransformerException: [XSL.0002.9002] JAXP: Error during transformation - Could not find function: adjust-dateTime-to-timezone; Line#: 7; Column#: 80
For reference, the statement in line #7 is:
<xsl:value-of select=“adjust-dateTime-to-timezone(current-dateTime(),null)”/>
Iam new to XSLT and am not aware of how the transformer works in XSLT.
Can anybody suggest me on this?
Thanks in advance.
Regards,
Krithiga M
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services