Re: [PHP] XML Data merging

2008-01-14 Thread Jim Lucas
Naz Gassiep wrote: Eric Butera wrote: On 1/12/08, Naz Gassiep <[EMAIL PROTECTED]> wrote: I'm using simplexml to fetch data from a set of data files. If I have two files, and one is an update to the other, is there an easy way to merge the two files together, rather than having write logic th

Re: [PHP] XML Data merging

2008-01-14 Thread Naz Gassiep
Eric Butera wrote: On 1/12/08, Naz Gassiep <[EMAIL PROTECTED]> wrote: I'm using simplexml to fetch data from a set of data files. If I have two files, and one is an update to the other, is there an easy way to merge the two files together, rather than having write logic that checks one and t

Re: [PHP] XML Data merging

2008-01-12 Thread Steve Edberg
At 12:10 PM -0500 1/12/08, Eric Butera wrote: On 1/12/08, Naz Gassiep <[EMAIL PROTECTED]> wrote: I'm using simplexml to fetch data from a set of data files. If I have two files, and one is an update to the other, is there an easy way to merge the two files together, rather than having write l

Re: [PHP] XML Data merging

2008-01-12 Thread Eric Butera
On 1/12/08, Naz Gassiep <[EMAIL PROTECTED]> wrote: > I'm using simplexml to fetch data from a set of data files. If I have > two files, and one is an update to the other, is there an easy way to > merge the two files together, rather than having write logic that checks > one and then the other? > >