私はこのXMLを持っていて、特定のノードを読み取ろうとしましたが、機能しません=(
私のコードは次のとおりです。
XmlDocument doc = new XmlDocument();
doc.Load("https://apps.db.ripe.net/whois/search.xml?query-string=193.200.150.125&source=ripe");
XmlNode node = doc.SelectSingleNode("/whois-resources/objects/attributes/descr");
MessageBox.Show(node.InnerText);
画像の丸で囲まれた 2 つの値
URL: https://apps.db.ripe.net/whois/search.xml?query-string=193.200.150.125&source=ripe
可能です?