Re: [PHP] PHP5: DOM->removeChild Problem

2005-01-25 Thread Christian Stocker
On Fri, 21 Jan 2005 12:02:51 +0100, Mike Blank <[EMAIL PROTECTED]> wrote: > Hi Guys! > > I've got a problem with Dom and php 5.0.2. I'm trying to access an xml > node with $item = $objDom->documentElement->childNodes->item(0);. That > seems to work, because on the next line I can output the node V

[PHP] PHP5: DOM->removeChild Problem

2005-01-21 Thread Mike Blank
Hi Guys! I've got a problem with Dom and php 5.0.2. I'm trying to access an xml node with $item = $objDom->documentElement->childNodes->item(0);. That seems to work, because on the next line I can output the node Value with echo $item->nodeValue. But when I use the command $objDom->removeChild($it