CDATA Problem

Hi

A have an enquiry regarding parsing html formatted text from an xml file.

I know how to do this using CDATA when the text is contained within its own node. However in this case the text is an attribute of a node like this:

[left]<myNode number=“01” title=“My Node” text=“This is where i want the html formatted text to go.”>[/left]

Can anyone help me with this? I really dont want to have to alter the xml structure but will if it is the only way.

Thanks