combing two XML documents

Discussion in 'PHP' started by mnymkr, Mar 12, 2008.

  1. #1
    I want to combine an XML document from ebay and amazon so that every other one is , well, ebay amazon, ebay , amazon

    is this possible?

    can you merge two XMLs
     
    mnymkr, Mar 12, 2008 IP
  2. CodyRo

    CodyRo Peon

    Messages:
    365
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You would have to parse the XML documents then write a new one which combines them.
     
    CodyRo, Mar 12, 2008 IP