+ Reply to Thread
Results 1 to 4 of 4

Thread: how to export a xml feed?

  1. #1
    Guru
    Join Date
    Jul 2019
    Location
    Australia
    Posts
    657

    how to export a xml feed?

    hello,

    trying to export a xml feed, what do i put in "Path to fields in XML feed"?

    thanx

  2. #2
    Quote Originally Posted by kiowa View Post
    hello,

    trying to export a xml feed, what do i put in "Path to fields in XML feed"?

    thanx
    "Path to fields in XML feed" is path to listing in your XML file,
    For example if you have

    <listings>
    <vehicle>
    <make>BMW</make>
    <model>E34 M5</model>
    <mileage>123548</mileage>
    </vehicle>
    <vehicle>
    <make>Honda</make>
    <model>Civic SI</model>
    <mileage>145874</mileage>
    </vehicle>
    </listings>

    Path will be "listings/vehicle" - without quotes

  3. #3
    Guru
    Join Date
    Jul 2019
    Location
    Australia
    Posts
    657
    Quote Originally Posted by Alex Ushkalov View Post
    "Path to fields in XML feed" is path to listing in your XML file,
    For example if you have

    <listings>
    <vehicle>
    <make>BMW</make>
    <model>E34 M5</model>
    <mileage>123548</mileage>
    </vehicle>
    <vehicle>
    <make>Honda</make>
    <model>Civic SI</model>
    <mileage>145874</mileage>
    </vehicle>
    </listings>

    Path will be "listings/vehicle" - without quotes
    i understand, but is this not for importing?

    i want to make a xml file available so someone else can import it, not quite sure how.

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

    All you need to do is to save xml file from xml link for export after it's loaded in your browser: right click > Save As

+ Reply to Thread