Hi,

I am loading an xml file with RemoteRequest. There is no problem in 
Firefox. But in IE7, I get an error in debug window:
--- Object:  ---
 [not readable: [object Error]]
Could not dispatch event of type "completed": TypeError - 'name.value' 
is null or not an object (#-2146823281)

The "completed" event code is here:

xmldoc = e.getData().getContent();
orders = xmldoc.getElementsByTagName("order");
this.debug(orders); // I tried this.debug(xmldoc), but same error was 
occured.
var attr = orders.item(0).attributes;
alert(attr.name.value);

Thanks.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to