Copy C pointers to NSMutableDictionary

YOUNG_MONEY_ENT

New Member
I have a class that parses through an XML file in iOS.You can get the data of an element in the form of an \[code\]TBXMLElement*\[/code\].I want to iterate through the XML and make deep copies of the \[code\]TBXMLElements\[/code\] and store them in an \[code\]NSMutableDictionary\[/code\] class variable.How can I: \[code\]myClassDict addObject:(TBXMLElement*)element?\[/code\]
 
Back
Top