[med-svn] r497 - trunk/community/website/inc
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Tue Oct 2 11:20:59 UTC 2007
Author: hanska-guest
Date: 2007-10-02 11:20:59 +0000 (Tue, 02 Oct 2007)
New Revision: 497
Modified:
trunk/community/website/inc/rss.php
Log:
can't understand what's going on here...
Modified: trunk/community/website/inc/rss.php
===================================================================
--- trunk/community/website/inc/rss.php 2007-10-02 11:20:01 UTC (rev 496)
+++ trunk/community/website/inc/rss.php 2007-10-02 11:20:59 UTC (rev 497)
@@ -5,7 +5,7 @@
$xmlDoc->load($xml);
echo $xmlDoc->saveXML();
-
+/*
// get elements from <channel>
$channel = $xmlDoc->getElementsByTagName("channel")->item(0);
$channel_title = $channel->getElementsByTagName("title")->item(0)->childNodes->item(0)->nodeValue;
@@ -29,4 +29,5 @@
echo "<br />";
echo "$item_desc</p>";
}
+*/
?>
More information about the debian-med-commit
mailing list