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.
精彩评论