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
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
2 matches
Mail list logo