I\'m new to jQuery and would like to parse an XML document.
I\'m able to parse regular XML with the default namespaces but with XML such as:
Original Answer : jQuery XML parsing how to get element attribute
Here is an example for how to successfully get the value in Chrome..
item.description = jQuery(this).find("[nodeName=itunes\\:summary]").eq(0).text();