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

problem with empty elements #33

Open
krudos opened this issue Mar 19, 2015 · 0 comments
Open

problem with empty elements #33

krudos opened this issue Mar 19, 2015 · 0 comments

Comments

@krudos
Copy link

krudos commented Mar 19, 2015

when i have a empty element it doesnt add id as null or empty to dictionary < example / >

example

NSString *xmlString = @"< ?xml version="1.0" encoding="UTF-8"? > < note > < to > Tove < /to > < example /> < body > Don't forget me this weekend! < /body > < /note >";
NSDictionary *resultD = [[XMLDictionaryParser sharedInstance] dictionaryWithString:xmlString];
dictionary shold have a @"example" key with empty string

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

1 participant