jQuery and XML namespaces workaround
After some Googling, I figured out a round-about way to get at this tag using an attribute filter fornodeName:$(this).find("[nodeName=namespace:tag]").text();Attribute filters, FTW! Hopefully if you find this post first, it will save you some Googling.