XMLDictionary icon indicating copy to clipboard operation
XMLDictionary copied to clipboard

Handle invalid xmlChar

Open kocakmstf opened this issue 9 years ago • 2 comments

Hi, Is there anyway to handle invalid xmlChar. I know which character is broking my xml and i want to remove/replace it.

kocakmstf avatar Sep 21 '16 08:09 kocakmstf

Not currently. Best option is probably to do a string find/replace on the data before passing it to XMLDictionary.

nicklockwood avatar Sep 21 '16 08:09 nicklockwood

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.

kocakmstf avatar Sep 22 '16 06:09 kocakmstf