Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle invalid xmlChar #52

Open
kocakmstf opened this issue Sep 21, 2016 · 2 comments
Open

Handle invalid xmlChar #52

kocakmstf opened this issue Sep 21, 2016 · 2 comments

Comments

@kocakmstf
Copy link

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

@nicklockwood
Copy link
Owner

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

@kocakmstf
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants