Re: DomNode->attributes() problem

[email protected] ("Arno Mittelbach") Mon, 28 Jun 2004 11:47:44 +0100
Newsgroups php.xml.dev
Message-ID <[email protected]>
> Yes i can't use php5 so thnx for the help.
> But i have a question What does that line do:
> $szXML = join( '', file ('tooted.xml') );

It just copies the contents of the file 'tooted.xml' into the variable
$szXML.
So you now have a string with the contents of your file. I did that,
because I had problems in loading that file directly ...

> and if the server updates to php5 then this code will not work?

yap.

Best wishes,
Arno