我想针对某些XSD文件验证我的XML文件,所以我要在终端中执行此操作:
xmllint --schema IR-1/schemat.xsd IR-1/dokument.xml --noout
但是一段时间后,这给了我错误:
http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd:1:解析器错误:文档为空
IR-1 / schemat.xsd:15:元素导入:模式分析器错误:元素'{http://www.w3.org/2001/XMLSchema} import':无法解析XML资源'http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd'。
WXS模式IR-1 / schemat.xsd编译失败
xmlint为什么不能下载http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd? 这与w3c在提供这些文件时添加其他超时有关吗? 如何缓存此文件或延长xmllint的连接超时时间?