Closed (fixed)
Project:
Feeds XPath Parser
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2012 at 16:47 UTC
Updated:
4 Jul 2015 at 19:52 UTC
Jump to comment: Most recent
Comments
Comment #1
Enzomaticus commentedI'm going to add more info for the sake of clarity.
An example from the xml file:
Our mapping looks like this :
context: //AD
Category: Category
Main Photo: MainPhoto
Additional Image 1: AditionalPhotos:AditionalPhoto[1]
Additional Image 2: AditionalPhotos:AditionalPhoto[2]
Is the mapping wrong or is this just not possible?
Comment #2
pefferen commentedYou only have to create one 'additional image' mapping, the xpath parser will loop over all the images(the XML tags are the same). Just make shure the filed you are posting to, can hold more than one entry.
map is like this:
AditionalPhotos/AditionalPhoto
good luck!
Comment #3
twistor commented