January 18, 200620 yr Why is it that the get_short_time_format() function returns this message: java.lang.NoSuchMethodException: For extension function, could not find method com.fmi.xslt.ExtensionFunctions.get_short_time_format([ExpressionContext,] #NODESET). Checked both static and instance methods. I am able to use other funtions. For example, the get_time('short') function works. This is my code: Thanks, Moe
January 18, 200620 yr You are not allowed to pass parameters to get_short_time_format(). It just returns a format string for the short time format, which is 'h:mm a' Probably you intend to do the following:
Create an account or sign in to comment