[jQuery] Using jQuery to parse XML

2009-03-18 Thread Matt
Hi all, I've spent a long time trying to figure out why my code to pull elements out of an XML file isn't working, to no avail. Here's the code snippet I'm using, given an XMLHttpRequest named responseXML which seems to be in fine shape (inspected using Safari 4 beta's "Inspect Element" feature):

[jQuery] Using jQuery to parse XML

2009-03-18 Thread Matt
EDIT: Sorry for the repost, I was tabbing through the page and accidentally sent before I was done composing. Hi all, I've spent a long time trying to figure out why my code to pull elements out of an XML file isn't working, to no avail. Here's the code snippet I'm using, given an XMLHttpRequest

[jQuery] Using jQuery to Parse XML in AIR

2009-02-19 Thread s.ross
I'm trying to get Adobe(TM)(R) AIR to work with jQuery kinda friendly- like. I'm sending off an xml-rpc request as follows: this.packageRequest = function(method, secure, params, callback) { var msg = new XMLRPCMessage(metho