开发者

Extracting xml tags which has a semicolon using SAX in android

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜