[jQuery] Problems parsing XML with jQuery

2008-10-17 Thread Gissur Þórhallsson
I'm trying to parse this little XML document here: http://pastebin.com/m5f0e4300 with this code: function(response) { console.log(response.responseText) console.log(response.responseXML) try { console.log(Try and find nafn) console.log($j(response.responseXML).find(nafn).text())

[jQuery] Re: Problems parsing XML with jQuery

2008-10-17 Thread Gissur Þórhallsson
#How_do_I_select_an_element_that_has_weird_characters_in_its_ID.3F - Richard On Fri, Oct 17, 2008 at 8:28 AM, Gissur Þórhallsson [EMAIL PROTECTED]wrote: I'm trying to parse this little XML document here: http://pastebin.com/m5f0e4300 with this code: function(response) { console.log(response.responseText) console.log(response.responseXML) try