# Make CDATA work in this XML

**URL:** https://forum.kirupa.com/t/make-cdata-work-in-this-xml/297493
**Category:** Uncategorized
**Created:** [October 3, 2009, 5:40am UTC](https://forum.kirupa.com/t/make-cdata-work-in-this-xml/297493 "2009-10-03T05:40:41Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rynobot](https://avatars.discourse-cdn.com/v4/letter/r/bbce88/32.png) [@rynobot](https://forum.kirupa.com/u/rynobot)
#### Post date: [October 3, 2009, 5:40am UTC](https://forum.kirupa.com/t/make-cdata-work-in-this-xml/297493/1 "2009-10-03T05:40:41Z")

</div>

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:

```auto
<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.
