Re: [PHP] Append Dom Document

2010-05-14 Thread Andrew Ballard
On Fri, May 14, 2010 at 1:14 PM, Alice Wei wrote: > > Hi, > >   You are right about the fact I am not having multiple documents, and yet > what I am trying to do here is to have one xmldoc, which I have declared in > my original email, and have my other rss feeds that I am trying to call from >

RE: [PHP] Append Dom Document

2010-05-14 Thread Alice Wei
, I would like to see both docs in one screen, which is why I want to know if there is such a function available. Is what I am trying to do here possibly by any chance? Thanks for your help. Alice Date: Fri, 14 May 2010 08:26:48 -0600 Subject: Re: [PHP] Append Dom Document From: quickshif

Re: [PHP] Append Dom Document

2010-05-14 Thread Nathan Nobbe
On Fri, May 14, 2010 at 7:20 AM, Andrew Ballard wrote: > On Fri, May 14, 2010 at 12:04 AM, Nathan Nobbe > wrote: > [snip] > > having said that if you wanted to append > > a new DOMNode to an existing one, you would use the appendChild() method. > > Usually, yes. In this case, since she would be

Re: [PHP] Append Dom Document

2010-05-14 Thread Andrew Ballard
On Fri, May 14, 2010 at 12:04 AM, Nathan Nobbe wrote: [snip] > having said that if you wanted to append > a new DOMNode to an existing one, you would use the appendChild() method. Usually, yes. In this case, since she would be importing nodes from one document into another document, she would nee

Re: [PHP] Append Dom Document

2010-05-14 Thread Andrew Ballard
On Thu, May 13, 2010 at 7:46 PM, Alice Wei wrote: > > Hi, > >  I am trying to create a news feed page that loads a number of different > feeds depending on what options the user selects. For some reason, I could > not figure out how to get the dom document to "append" the different xml > docume

Re: [PHP] Append Dom Document

2010-05-13 Thread Nathan Nobbe
> > I am not sure what you mean in your second point, but I can explain the > first one. I am using PHP to parse RSS feeds, so that is why they all look > the same. > wow thats hilarious, you can see how little ive worked w/ rss feeds, read *none* > Or, what do you mean here? I checked out your

RE: [PHP] Append Dom Document

2010-05-13 Thread Alice Wei
Date: Thu, 13 May 2010 18:49:35 -0600 Subject: Re: [PHP] Append Dom Document From: quickshif...@gmail.com To: aj...@alumni.iu.edu CC: php-general@lists.php.net On Thu, May 13, 2010 at 5:46 PM, Alice Wei wrote: Hi, I am trying to create a news feed page that loads a number of

Re: [PHP] Append Dom Document

2010-05-13 Thread Nathan Nobbe
On Thu, May 13, 2010 at 5:46 PM, Alice Wei wrote: > > Hi, > > I am trying to create a news feed page that loads a number of different > feeds depending on what options the user selects. For some reason, I could > not figure out how to get the dom document to "append" the different xml > document