python 的 xml.etree.ElementTree 支持 DTD 吗?
xml.etree.ElementTree 支持 DTD 吗?
如果它支持,我可以强制 ElementTree 根据 dtd 文件检查 XML 文件,即使 XML 文件已经有一个。 (内部或外部)。
Does xml.etree.ElementTree support DTD?
if it supports it, can I force ElementTree check a XML file against a dtd file, even if the XML file already has one. (internal or external).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定
xml.etree
,但lxml
支持 DTD 验证:http://lxml.de/validation.html
I'm not sure about
xml.etree
, butlxml
supports DTD validation:http://lxml.de/validation.html