You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/12/06 16:08:14 UTC

DO NOT REPLY [Bug 15090] - NullPointeException when calling undefined EXSLT function

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15090>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15090

NullPointeException when calling undefined EXSLT function





------- Additional Comments From arun.yadav@sun.com  2002-12-06 15:08 -------
Check your stylesheet. There is no ks:format-decimal function in it.
Replace  the 
   <func:function name="ks:test-function">
from
   <func:function name="ks:format-decimal"> to  make it work.