0
我試圖調試的IntelliJ一個XSL和我得到這個異常:如果我跑,而不是如何在Intellij中調試XSL? URI http://xml.apache.org/xslt/java無法識別外部Java類
javax.xml.transform.TransformerException: The URI http://xml.apache.org/xslt/java does not identify an external Java class
at com.icl.saxon.style.StyleElement.styleError(StyleElement.java:818)
at com.icl.saxon.style.XSLStyleSheet.process(XSLStyleSheet.java:626)
at com.icl.saxon.Controller.transformDocument(Controller.java:1121)
at com.icl.saxon.Controller.transform(Controller.java:994)
at org.intellij.plugins.xsltDebugger.rt.engine.local.LocalDebugger$1.run(LocalDebugger.java:63)
at java.lang.Thread.run(Thread.java:745)
調試我得到這個:
[ERROR]: Could not compile stylesheet
[FATAL]: Cannot convert data-type 'java.util.Calendar' to 'reference'.
是否有問題的XSL或我的設置?