检查各种 XML 文档中的 DTD 以确保它们全部相同
我想知道如何检查各种 XML 文档的 DTD 以确保它们都相同。
目前,我只是从模板文件中复制并粘贴 DTD,但是如果有一个小程序可以检查 txt 文档的相似程度或检查指定的文本组与其他文档的相似程度,找到它并返回 true 或 false,那就太好了 。
当使用大量 XML 文件时,这会很方便
有关执行此操作的方法的任何指示吗?
I was wondering how I check the DTD of a variety of XML documents to make sure they are all the same.
At the moment I am just copying and pasting the DTD from the template file, but would be great to have a small program that checks how similar txt documents are or checks a specified group of text against other documents, finds it and returns true or false etc.
This will be handy when using a mass amount of XML files.
Any pointers on ways to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用外部文档类型定义。请参阅此处的示例列表
http://www.w3.org/QA/2002/04 /valid-dtd-list.html
我认为这个链接有更多帮助
https://supportweb.cs .bham.ac.uk/documentation/tutorials/docsystem/build/tutorials/docbooksys/segmentedhtml/ch08s02.html
You can use an external doctype definition. See here a list of examples
http://www.w3.org/QA/2002/04/valid-dtd-list.html
I think this link helps more
https://supportweb.cs.bham.ac.uk/documentation/tutorials/docsystem/build/tutorials/docbooksys/segmentedhtml/ch08s02.html