在android中使用SAX提取带有分号的xml标签

发布于 2024-11-10 08:35:41 字数 173 浏览 3 评论 0原文

我想使用 Sax Parser 从 xml 文件中提取属性

我能够提取除其中包含分号的标签之外的所有标签

例如

  <geo:lat>-9.9</geo:lat>

是否有任何方法可以从这些标签中提取日期? '

I want to extract attributes from an xml file using Sax Parser

I am able to extract all the tags except those which has a semicolon in it

For example

  <geo:lat>-9.9</geo:lat>

Whether there is any way to extract date from these tag?
'

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

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

发布评论

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

评论(1

笑忘罢 2024-11-17 08:35:41

geo是预定义参数,您可以直接在SAX解析器处理程序文件的startElement和EndElement方法中mach标签。
我也面临这样的问题。

geo is predefine parameter,you can directly mach tag in startelement and EndElement method of your SAX parser handler file.
i also face this kind of problem.

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