Accessing the CData section of an Item
I can't do it with a standard attribute. If you add an ItemGroup and then an item, it lets you add a Cdata section underneath it, but the build engine complains and says it is not a recognized element. So that doesn't work either.
I also did not see a way to reference a CData item off the ITaskItem in code unless there is some way to use GetMetaData to access the info.
I'm just passing in a file right now and have the task read in the HTML from the file. It would be nice, to specify the text you want to email in HTML format right inside the build profile, however.
Thanks in advance for any pointers.

