Now, I intend to get xml data from outside by using oF. Is there any good method or addon? I thought it may be good to use ofxHttpUtil, but its not possible download so far. And also if there are good parser, Please let me know!!
hi, you can find the latest version of ofxHttpUtils from here:
https://github.com/arturoc/ofxHttpUtils
also ofxXmlSettings allows to read xml from strings, so you can just feed the data that ofxHttpUtils return into ofxXmlSettings to parse it.
->arturo
oh good! thanks for your reply! Iām going to check it soon!
Sorry, does anybody have simple sample for using these addons??