appending a new xml file to another existing xml file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ofuuzo1@yahoo.no

    appending a new xml file to another existing xml file

    Hei,
    I am having issue using DOM to appending a new xml file (new.xml) to
    another existing xml file (old.xml) without deleting the existing
    items in old.xml. I would like to have the new <itemsappend at the
    end of existing items at the old.xml. How can I do that? I am using
    php5

    Thanks!
    Ofuuzo
  • ZeldorBlat

    #2
    Re: appending a new xml file to another existing xml file

    On Feb 18, 9:30 am, ofuu...@yahoo.n o wrote:
    Hei,
    I am having issue using DOM to appending a new xml file (new.xml) to
    another existing xml file (old.xml) without deleting the existing
    items in old.xml. I would like to have the new <itemsappend at the
    end of existing items at the old.xml. How can I do that? I am using
    php5
    >
    Thanks!
    Ofuuzo
    Share the code you already have and describe any problems you're
    having with it. We'll be able to better help you that way.

    Comment

    Working...