How to get attributes from an element in XML
Posted
by iSight
on Stack Overflow
See other posts from Stack Overflow
or by iSight
Published on 2010-03-09T06:12:35Z
Indexed on
2010/03/12
13:37 UTC
Read the original article
Hit count: 196
I have constructed an XML tree structure of an XML file. I am able to trace the entire tree.
When i want to retrieve the attributes of an element, it is returning as NSXMlNode of kind NSXMLAttributeKind
. How can i extract the key value pairs in the attribute node.
© Stack Overflow or respective owner