Make CDATA work in this XML

Hey - I’ve used CDATA tags many times, but I am writing the XML slightly differently then usual. Where do I put the cdata tags within this example so i can control the href links in the last section:

<item number="04" name="WE SELL ART" />
	<item number="05" name="CONTACT" action="gotoFrame" variables="vitals" sectionNumber="05" sectionContent="POST. 123 Street Address, City, Country
PHONE. 123-456-7890
ELECTRIC. <a href="mailTo:info@test.com">info@test.com</a>"/>

Thanks in advance.