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 和 feature 两种情况下都获取属性 id 的值。如何在 C 语言中使用 libxml2 来做到这一点。