使用 SAX 计算元素内的元素数量

发布于 2024-11-04 21:50:51 字数 291 浏览 0 评论 0原文

有没有办法使用 SAX 解析器来计算另一个元素中的元素数量? 例如,我正在使用以下 xml 文件:


<子字段标签 = "xxx">yyy
<子字段标签 = "xxx">yyy
<子字段标签 = "xxx">yyy

如何获取“varfield 标记”内“子字段”标记的数量?

is there any way to count the number of elements within another element using SAX Parser?
For example I'm using this xml file:

<varfield id = "xxx">
<subfield label = "xxx">yyy</subfield>
<subfield label = "xxx">yyy</subfield>
<subfield label = "xxx">yyy</subfield>
</varfield>

How do i get the number of "subfield" tags within the "varfield tag"?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

司马昭之心 2024-11-11 21:50:51

你可以使用 dom 解析器轻松做到这一点

You can do that easily with dom parser

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文