Hello. AFAIK, parseURL() doesn't work well. (, does it?) When I try to parse a XML file (about 20kb) using with parseURL(), and I cannot get complete data from makeList(). I don't know why but makeList() returned only few lines of the xml data.
So, I recommend you that try to use NetLingo.getNetText() and XMLParser. parseString(). And one more thing that I should say. In order to loaded data from the Internet will be cached, I have to code like this. "http://hoge.com/hoge.xml?" & random(1000) bye. Jeffrey wrote: >I'm working on a project in which a shockwave file reads information from >some xml files using parseURL. Everytime when I modified the XML file, the >makeList() just returned an empty list, so the program pop up a error >message. But then after I refreshed the browser it works fine again until I >update the XML file. Any ideas? >Thanks > >Jeffrey > ++ Ken.Matsui <[EMAIL PROTECTED]>__________ :: Tokyo University of Technology :: :: School of Media Science :: ++______________________________________ [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]
