ID xmlelement 値に基づいてコードをフィルタリングしたいのですが、QueryString を介して基づいていますが、機能していないようです!!!
XmlDocument xdoc = new XmlDocument();
xdoc.Load(filepath);
XmlNode root = xdoc.DocumentElement;
XmlNode idNode = root.SelectSingleNode("/students/student/id");
if (idNode.Value == null){create a new xml node}
else if (idNode.Value != null) {update the xml element with the value of id)
私は問題でそれを説明しようとしました、ここにリンクがあります...