vb.net で属性値に html データが含まれている xml ファイルを解析しようとしています。例外 '<' (16 進値 0x3c ) がスローされ、無効な属性文字です。.
私のサンプル XML は次のようなものです。
<root>
<control id="ctrl" type="paragraph" label="Declare"
text="<b>Your idea has been posted successfully.Visit again to see updates on your ideas.</b>" visible="true" >
</control>
</root>
文字 < と > を < と &lg に置き換えようとしました。しかし、この解析エラーの問題を修正できません。