> I then tried:
> doSimpleXMLHttpRequest("pathtoxml").addCallback( MyA.cleanXML );

MyA.cleanXML won't carry MyA along as the this object. Try bind(
MyA.cleanXML, MyA ) instead of plain MyA.cleanXML. (Untested; I hope I
got the parameter order right there.)

-- 
 / Johan Sundström, http://ecmanaut.blogspot.com/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to