Two very useful suggestions. The XML file retrieval is working great now. Now I just need to brush up on the best practices for working with XML. Thanks Claude
--- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Trace your result: > > flexitXML = event.result as XML; > > trace(flexitXML.toXMLString()); //This will show you your xml > > > > Also, you can try: > > flexitXML = XML(event.result); //the "as" should work though > > > > Also, hit the url from a browser, you should see valid xml. > > > > Tracy >

