Greetings one and all,

I'm having no joy whatsoever with ,

      var myXML = new XML();
//    myXML.ignoreWhite=true;
      myXML.load("<relative URL of XML file>");

No matter which way I try this,  the XML file point blank refuses to load.

No such issue if I load an XML style string directly with,

 var anyXML = new XML("<parent><sibling> ..</sibling></parent>);

and no issues whatsoever when using the similar loadVars,

   myLoadVar = new LoadVars();
   myLoadVar.load("<relative URL of text file>");

Compiler bug(heresy!)?  Or is it someway, somehow, me?

Thoughts please!

Cheers,


Chris.

PS  I'm also getting an rDNS error from the mail server..


Reply via email to