Java/XSLT: Cannot find a matching 1-argument function

后端 未结 2 1357
感情败类
感情败类 2021-01-18 05:38

I get the following error:

javax.servlet.ServletException: Cannot find a matching 1-argument function named {http://exslt.org/dynamic}evaluate()
at org.apach         


        
2条回答
  •  死守一世寂寞
    2021-01-18 06:05

    Somewhere in your XSLT you're referring to a function named "{http://exslt.org/dynamic}evaluate()" and you're not giving it the number of arguments it expects.

    Or... it's unable to find the extensions you're adding.

提交回复
热议问题