I am trying to open and parse (with Tinyxml) a remote xml file. i can see the xml in the browser,
- Code: Select all
wxFrameMainFrame::getSingleton()->m_browser->OpenURI(wxT("http://+++++++++++.xml"));
but I am not able to get/download/save the file automatically (without web events) in order to parse it. Any suggestion?
thanks for all.