CDATA for several parameters?

Hi,

what is the proper formatting to use with <![CDATA[ ]]> and a XML file that looks like this:

<item label=“This is my label” data=“3” param=“good” img=“photo.jpg” />

I am using special characters for the “label” and need the CDATA tags.

However, this XML file is not formated the following usual way:
<item><![CDATA[This is my label]]></item>

Any idea?

Thanks