+ Reply to Thread
Results 1 to 5 of 5

Thread: XML Feed Photos

  1. #1
    Senior Member
    Join Date
    Mar 2019
    Location
    Philadelphia, PA, USA
    Posts
    120

    XML Feed Photos

    Hi, I have multiple photos in my XML feed.

    What is the proper way to import and display them in sequence? In the feed they are image_1, image_2, etc.

    Thanks,

    Jason

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,159
    Hello,

    They will be imported in a sequence they are in xml feed

  3. #3
    Senior Member
    Join Date
    Mar 2019
    Location
    Philadelphia, PA, USA
    Posts
    120
    Hi Rudi,

    Should each image be in the same node and comma separated? Or should each image have its own node and be mapped separately?

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,159
    Hello Jason,

    it's better to put each image in its own node like this:

    <images>
    <image>image 1</image>
    <image>image 2</image>
    ...
    </images>

    and then map 'images_image' source field in mapping manager

  5. #5
    Senior Member
    Join Date
    Mar 2019
    Location
    Philadelphia, PA, USA
    Posts
    120
    Great. Thanks!

+ Reply to Thread