Hi,

I am trying to embed xml data within resx file without success. Here's
my data tag -

<data name="foo" type="System.String, mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value><![CDATA[ <myroot><otherdata>blah..<otherdata></myroot>
]]>
</value>


Even though I have used CDATA section, I get "blah..." when I try to
access "foo" as opposed to my xml data "<myroot>.....</myroot>".

Thank you.

Regards,
Amitava Shee