私は次のXMLを持っています
<?xml version="1.0" encoding="UTF-8"?>
<xmlarchivefieldlist archive_schema="47800727">
<client key_id="47800731" str_label="Customer" str_type="select" invoice="1"/>
<brand key_id="47800734" str_label="BrandName" str_type="text" invoice="2"/>
<product key_id="47800730" str_label="Product" str_type="text" invoice="3"/>
</xmlarchivefieldlist>
XDocument にドキュメントがあります。
属性値しかわからない場合に要素名を見つけるにはどうすればよいですか。
たとえば、私は str_label="Customer" を知っているので、返してほしい:- client. たとえば、私は str_type="text" を知っているので、返してほしい:- ブランド、製品。