Parsing XML file with NSXMLParser - getting values

前端 未结 4 962
既然无缘
既然无缘 2020-12-08 17:18

I\'ve got a XML file which contains some data I would like to use:






        
4条回答
  •  一生所求
    2020-12-08 18:11

    To get the value between the tags (e.g. "This is the first product.") you can override - (void)parser:(NSXMLParser *)parser foundCharacters:(NSString *)string

提交回复
热议问题