Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下は私のxmlのスニペットです
<product id="1650379193"> <feature id="37515"/> </product>
ここでは、 product の one と feature の other の両方の場合で、属性 id の値を取得したいと考えています。C 言語で libxml2 を使用してこれを行う方法。