From fdc39088f74ad46d379a1ca92d63e480ba092b6b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 10 May 2005 02:09:23 +0000 Subject: [PATCH] Forgot to change the name of the XML-in data --- dev/xmltest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/xmltest.php b/dev/xmltest.php index ec6bccf..0e3239e 100644 --- a/dev/xmltest.php +++ b/dev/xmltest.php @@ -15,7 +15,7 @@ $isso->load('xml'); echo '
';
 
-$xmldata = file_get_contents('./downloads.xml');
+$xmldata = file_get_contents('./xmltest.xml');
 print_r($xml->parse($xmldata));
 
 print_r($xml);
-- 
2.22.5