You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added your lib to my source code. When I parser from the returned data from Server, everything is ok except one thing: There is a special Node, it returned an array type but original data from my server is string type.
This special node has format "< / NODENAME>". When parse this node, the dictionary return the array type for this node.
Can you please help me to fix this bug? Thanks so much.
The text was updated successfully, but these errors were encountered:
I'd have to see more of the XML to tell if this is a bug or not. If you have multiple nodes with the same name then XMLDictionary gathers them into an array. If you just want the first string in the array, you can get it by using the stringValueForKeyPath: method.
I added your lib to my source code. When I parser from the returned data from Server, everything is ok except one thing: There is a special Node, it returned an array type but original data from my server is string type.
This special node has format "< / NODENAME>". When parse this node, the dictionary return the array type for this node.
Can you please help me to fix this bug? Thanks so much.
The text was updated successfully, but these errors were encountered: