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:
content: $this.find("content\\:encoded, encoded").text()
$this.find("content\\:encoded, encoded").text()
is the perfect solution...