使用绝对路径时xslt中document()函数的异常

时间:2016-11-08 06:58:42

标签: xml xslt

我使用绝对路径访问xslt中的文档。

 Example : document('file:///C:/learningxslt/examples/ch13/jonah1.xml').

通过在线资源,我知道我可以在xslt中使用绝对路径。但是当我使用它时,它给了我异常

ERROR:  'com.sun.org.apache.xml.internal.utils.WrappedRuntimeException...(system cannot find the file specified) TransformerException.

有人可以告诉我如何通过aboslute路径访问文件?通过doc()或document()函数?。

感谢。

0 个答案:

没有答案