XMLDictionary
XMLDictionary copied to clipboard
Handle invalid xmlChar
Hi, Is there anyway to handle invalid xmlChar. I know which character is broking my xml and i want to remove/replace it.
Not currently. Best option is probably to do a string find/replace on the data before passing it to XMLDictionary.
I'm using it with afnetworking and parsing XMLParser to dictionary with your project. So i guess there isn't any walk around yet unless i parse it manually.