如下图xml格式的字符串:
C#解析:
using System;
using System.Xml;
class Program
{
static void Main()
{
// 创建XmlDocument对象
XmlDocument xmlDoc = new XmlDocument();
// 加载XML文档
xmlDoc.Load("path/to/your/xml/file.xml");
// 使用XPath表达式获取多个同名节点(feature)的属性值(id="0")
XmlNodeList nodeList = xml_reader.SelectNodes("//feature");
// 遍历节点列表并输出属性值
foreach (XmlNode node in nodeList)
{
string value = node.Attributes["id"].Value;
Console.WriteLine(value);
}
}
}