我如何在xmllint中允许非绝对URI

时间:2016-05-11 16:42:56

标签: xml xmllint

当我xmllint我的XML文件时,我收到以下错误:

my/path/myXmlFile.xml:2: namespace warning : xmlns: URI some.thing is not absolute

我的应用需要这些路径。我在xmllint的手册页中搜索但是找不到任何关于我的问题的论据。如何将此验证错误转换为?

1 个答案:

答案 0 :(得分:0)

它是一个很长的历史:名称空间URI必须是带有协议标识符的有效URL(http://,https://等)

https://www.w3.org/TR/xml-names/#sec-intro

您可以使用--nowarning命令{/ 1}}来禁止警告。

xmllint