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:

  1. use parser

  2. use nsstring methods separate xml on tokens , parse them.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -