|
next
|
Subject: Java Functions Author: Nid Lim Date: 21 Sep 2007 01:34 AM
|
Hi,
Whenever I use Java functions, I noticed that in the XSLT code will be produced the functions with the word string in fron of the String parameter passed in. For example, for the IntDate.getDate function:
IntDate:getDate(11,11,11,string(yes))
Can I somehow change/customise the function so that the string parameter value would appear as other value without having the sting shown like that? Can it be like this:
IntDate:getDate(11,11,11,string(yes)) ?
Thanks,
Nid
|
|
|