我的所有产品都有一个xml,我想为所有图像添加一个新行,仅具有功能的特定颜色(属性)。例如:
<product>
<name>
<sku>
<price>
<color>white</white>
<size>S,M</size>
<image>url</image>
<image>url</image>
...
</product>
<product>
<name>
<sku>
<price>
<color>black</color>
<size>M</size>
<image>url</image>
<image>url</image>
...
</product>