XML help please

I would like to trace out the string of text in this node

<content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[“The only thing we can control is ourselves.” Anonymous Are you in control of your life? Here is a short quiz to give you some perspective on how your thoughts and actions influence your world. Self-Control Quiz I control how I react to situations...<br/>
<br/>
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/typepad/ZASO?a=qhnODNA"><img src="http://feeds.feedburner.com/~f/typepad/ZASO?i=qhnODNA" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/typepad/ZASO?a=S9UgPXA"><img src="http://feeds.feedburner.com/~f/typepad/ZASO?i=S9UgPXA" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/typepad/ZASO?a=9tuBorA"><img src="http://feeds.feedburner.com/~f/typepad/ZASO?i=9tuBorA" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/typepad/ZASO?a=EXlo2eA"><img src="http://feeds.feedburner.com/~f/typepad/ZASO?i=EXlo2eA" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/typepad/ZASO?a=bN1K6ka"><img src="http://feeds.feedburner.com/~f/typepad/ZASO?i=bN1K6ka" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/typepad/ZASO?a=xyuysSa"><img src="http://feeds.feedburner.com/~f/typepad/ZASO?i=xyuysSa" border="0"></img></a>
</div>]]></content:encoded>

I have tried
trace(myXML.node[1].content);

but with no success, I know its a name space problem but I don’t know much more then that.