[med-svn] r498 - trunk/community/website/inc

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Tue Oct 2 11:21:34 UTC 2007


Author: hanska-guest
Date: 2007-10-02 11:21:33 +0000 (Tue, 02 Oct 2007)
New Revision: 498

Modified:
   trunk/community/website/inc/rss.php
Log:
DOMDocument does not exist?


Modified: trunk/community/website/inc/rss.php
===================================================================
--- trunk/community/website/inc/rss.php	2007-10-02 11:20:59 UTC (rev 497)
+++ trunk/community/website/inc/rss.php	2007-10-02 11:21:33 UTC (rev 498)
@@ -1,10 +1,11 @@
 <?php
 	$xml = "http://cia.vc/stats/project/Debian-Med/.rss";
+
+	phpinfo();	
+//	$xmlDoc = new DOMDocument();
+//	$xmlDoc->load($xml);
 	
-	$xmlDoc = new DOMDocument();
-	$xmlDoc->load($xml);
-	
-	echo $xmlDoc->saveXML();
+//	echo $xmlDoc->saveXML();
 /*	
 	// get elements from <channel>
 	$channel = $xmlDoc->getElementsByTagName("channel")->item(0);




More information about the debian-med-commit mailing list