【发布时间】:2015-09-21 07:02:06
【问题描述】:
在一个 xslt 中,我发现命名空间为 xmlns:ns="http://www.sometext.co.jp/ns",但此 url 返回 404 错误,并且在 tomcat 容器中没有 url 映射。
谁能告诉我如何以及在哪里找到命名空间文件和其中定义的函数。
【问题讨论】:
-
命名空间不必指向实际页面。
-
您可能想阅读以下内容:what is the use of xsi:schemaLocation?
标签: java tomcat xslt namespaces xml-namespaces