[phpXML] RE: [phpXML] Undefined Index Line 443 when opening Xml file.
Brought to you by:
bs_php,
nigelswinson
|
From: <Adm...@ne...> - 2001-10-04 12:13:18
|
I wonder if you need to add a DTD? There's nothing wrong with the $xml=...
syntax. Unless maybe you need to change the permissions on the .xml file?
Are you accessing it from the web?
:-) Addam Breen
-----Original Message-----
From: Ni...@Sw... [mailto:Ni...@Sw...]
Sent: Friday, 29 June 2001 9:33 AM
To: us...@li...
Subject: [phpXML] Undefined Index Line 443 when opening Xml file.
Hi there. Firstly thankyou for phpxml. I think it's greate and can't wait
to use it!
I've found what I think is a bug though and wondered if you could help me.
When I try to parse the attached xml file with xmlphp V1 I get the following
error:
Error
scripts/php/xml.php
Line 443: Error: 8: Undefined index: /DownloadDb
I've attached the script that I am running it from too if you want to see
that I am calling your class correctly. As all I'm doing is creating the
class, I don't think I'm doing anything wrong! Essentially all I am doing
is "$xml = new XML("downloads.xml");" and I get the above error.
Can anyone help me, or has no-one signed up to this list yet. :o)
Also is this list going to be archived somewhere?
Nigel
|