views:

74

answers:

1

Hi,

How can i get the corresponding value of an attribute of an NSXMlelement object from a self constructed NSXMLNode.

+1  A: 
[[element attributeForName:@"name"] stringValue]
Rob Napier