开发者

Extracting xml tags which has a semicolon using SAX in android

开发者 https://www.devze.com 2023-03-09 08:53 出处:网络
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

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? '


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消