Closed jorgecfg closed 10 years ago
I'm afraid there's no way to do this currently.
Hi, I'm too... Did you know some way to fixed it?
I added this to what I use... I can push it if you want
I will appreciate your push!! =)
I'll need to update some stuff since I haven't pulled in awhile, but I'll do it today.
Thanks a lot!!!!
This should probably never be merged into the mainline... Ideally you'd use NSXMLParser's shouldProcessNamespaces stuff, but it works.
Changes are at https://github.com/gabebear/XMLDictionary/tree/master/XMLDictionary
I also added option to remove attributes since I didn't want those either.
I'm now doing something like: XMLDictionaryParser *xmlParser = [[XMLDictionaryParser alloc] init]; xmlParser.removeAttributes = YES; xmlParser.removeNameSpaces = YES; xmlDict = [xmlParser dictionaryWithData:data];
Thanks a lot!!! working fine!!!
The option to initialize XMLDictionary with an NSXMLParser has now been added in version 1.4. Unless I'm mistaken, this now allows you to strip the namespaces without modifying the library.
Hi, I have a structure of soap like that: