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 the 
PHP to append as I check more checkboxes from the list. 

  Right now, when I check one box, it does present it the way I want it, which 
is open a new xmldoc, and print out the rss feed. Yet, when I try to check the 
second box, it gives me the display of the rss feed from the second and not the 
first, because the second one opens a new xmldoc. However, 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...@gmail.com
To: aball...@gmail.com
CC: aj...@alumni.iu.edu; php-general@lists.php.net

On Fri, May 14, 2010 at 7:20 AM, Andrew Ballard <aball...@gmail.com> wrote:

On Fri, May 14, 2010 at 12:04 AM, Nathan Nobbe <quickshif...@gmail.com> 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 need to use importNode()

instead of appendChild().
right, if there was actually more than one document, which in this case there 
isnt...  whether or not there should be multiple DOMDocuments here is about as 
unclear as OPs original question.

-nathan                                           
_________________________________________________________________
The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with 
Hotmail. 
http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5

Reply via email to