selectors

selectors

Hi

Can anybody help me grab some data from the below snippet, i need to get hold of the data inside the content:encoded tag.

My code which has worked so far to get the rest of the data is something like this:
'<h1>' + $entry.find('place').text() + '</h1>'; but for this example the  ![CDATA[ is getting me!
If i try '<h1>' + $entry.find('content:encoded').text() + '</h1>'; it returns nothing! What is the <!CDATA and how to i get past this?

<content:encoded>
<![CDATA[
Burghfield and Goring Veterinary Surgeries<br />Goring-on-Thames, Oxon<br />To run own branch surgery in pretty village of Goring-on-Thames, Oxon.  Surgery very well equipped with lab, theatre, xray, u/s, dental station and a great team of nursing staff. Full back-up given at sister practice with number of certificate holders.  All applicants considered, no OOH, 1 in 4 Saturdays, 4 day week standard but could suit someone wishing to job-share. See fullyvetted.co.uk for more information or call 07973 666259. * VT43.1113<br /><a href="http://www.vetsonline.com/annonces/emploi_curl.php?page=emploi&amp;id=306790">Apply online</a><br /><br />&copy; Vetsonline <br />
]]>
</content:encoded>

Thank you in advance for any help you can give me