NSXMLParser with multiple attributes
Posted
by mitb67
on Stack Overflow
See other posts from Stack Overflow
or by mitb67
Published on 2010-04-28T21:32:07Z
Indexed on
2010/04/28
21:37 UTC
Read the original article
Hit count: 260
Hi. I have the following XML (doing an app for iPhone):
<Row>
<Field name="employee_id_disp">00070431</Field>
<Field name="given_name">John</Field>
<Field name="family_name">Doe</Field>
</Row> ...
How can I retrieve values only for one of the attributes, for example value "John" for attribute name="given_name" ?
Thanks for answers.
© Stack Overflow or respective owner