iOS Question How do I use the sax parser to get data from an xml string

davepamn

Active Member
Licensed User
Longtime User
I am returning an XML String using httpJob. I want to parse the elements of the returning XML String.

Sax Parser requires an input stream. I have a string value. How do I convert the string value to an input stream?

The "Attributes" field is undefine. Where is this construct defined?
 
Last edited:
Top