需要在C++中查找两个XML文件之间的差异
是否有任何用于此目的的库,或者是否有人在 Xerces 中完成了任何操作,或者任何有关如何执行此操作的链接,或任何 API 或任何在 Xerces 中执行此操作的方法?
Is there any library for this, or does anyone have anything done in Xerces, or any link on how to do this, or any API or any way to do this in Xerces?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为 Xerces 包含 XML diff 算法。如果您想自己实现它,请查看这篇论文和附带的 Java 代码。
I don't think Xerces includes an XML diff algorithm. If you want to implement it yourself, check out this thesis and the accompanying Java code.