iphone - XML Parsing Without using any delegate methods of nsxmlparser class -
i don't want use nsxmlparser delegate methods. want write own methods xml parsing. how can parse xml file?
i don't understand point of not using delegate. well, have 2 options:
use parser
use nsstring methods separate xml on tokens , parse them.
Comments
Post a Comment