I could not find a module that performs xml extraction as I wanted. What I want to do is:
I want to upload those products, with or without variants, to my own shopping site with the xml link given to me by a shopping site, but due to the xml structure
I want to upload those products, with or without variants, to my own shopping site with the xml link given to me by a shopping site, but due to the xml structure
I can't install any xml module as I want, it doesn't see the sub variant tag."(In this way)
<root>
<item>
<id>123</id>
<stockCode>
<![CDATA[ itemCode ]]>
</stockCode>
<name>
<![CDATA[ itemName ]]>
</name>
<status>1</status>
"
<variants>
<variant>
<vitemCode> "
These labels are one under the other, no problem
But the problem starts with the 'variant' tag. (intertwines)
"