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

后端 未结 2 1355
感情败类
感情败类 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:07

    Chances are you might be using an older version of Xalan.

    Try instead using the xalan:evaluate() extension.

    Read more on this in this thread.

提交回复
热议问题