nicklockwood / XMLDictionary

[DEPRECATED]
http://charcoaldesign.co.uk/source/cocoa#xml-dictionary
Other
1.14k stars 235 forks source link

Export NSDictionary to XML File Format #5

Closed srz2 closed 11 years ago

srz2 commented 11 years ago

This is a question, not an issue.

Your header on the project says that you can export any dictionary to XML, but I am confused to how I would go about doing this, unless i skipped over it, I don't see any method to do so in your code.

FYI: I love this framework, saved me hours of work and it works incredibly well.

nicklockwood commented 11 years ago

Just use the XMLString method on any NSDictionary. It returns the XML as a string.

srz2 commented 11 years ago

Thank you very much. I must have missed that in your documentation.