The Bit Mine

27 Aug 09

jQuery and XML namespaces workaround

From Kevin Whinnery:

After some Googling, I figured out a round-about way to get at this tag using an attribute filter for nodeName:

$(this).find("[nodeName=namespace:tag]").text();

Attribute filters, FTW! Hopefully if you find this post first, it will save you some Googling.