计算 XmlSpy 中与给定 XPath 表达式匹配的节点数
我正在使用 XmlSpy 分析 xml 文件,并且想要快速计算与给定 xpath 匹配的节点数。 我知道如何输入 XPath 并获取节点列表,但我真的只对计数感兴趣。 有可能得到这个吗?
如果重要的话,我正在使用 XmlSpy Professional Edition 版本 2007 sp2。
I am using XmlSpy to analyze an xml file, and I want to get a quick count of the number of nodes that match a given xpath. I know how to enter the XPathand get the list of nodes, but I am really just interested in the count. Is it possible to get this?
I'm using XmlSpy Professional Edition version 2007 sp2, if it matters.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我刚刚想通了。 我只需要将 count() 放在我的 xpath 周围,如下所示:
I just figureed it out. I just needed to put count() around my xpath, like so: