次のコードを使用して、ライブ xml URL を読み取ります。
XmlDataDocument xmlDoc = new XmlDataDocument();
xmlDoc.Load("http://deluxecomm.com.au/feed.php");
次のエラー Getting Error "Additional information: Reference to undeclared entity 'acirc'. Line 3325, position 145." が表示されます。
ここで私が間違っていること!!!