标签: c parsing libxml2
以下是我的xml片段
<product id="1650379193"> <feature id="37515"/> </product>
这里我想获取属性id的值,在两种情况下都是产品和其他功能。 如何在C语言中使用libxml2来做到这一点。