load($file5); $Entries = $feed_source->getElementsByTagName('entry'); if($Entries) { $testall = true; // echo ""; // echo ""; foreach ($Entries as $Entry) { $Date = $Entry->getElementsByTagName('updated'); $Title = $Entry->getElementsByTagName('title'); $Author = $Entry->getElementsByTagName('name'); if($_GET['anno'] == "true") { echo ""; } // echo 'see?url=http:%2F%2Fww2.biocase.org%2Fsvn%2Fannotation%2Fmodified%2F".$UUID1."%2F".$schema."%2F".$Specimen_InstitutionCode."%2".$Specimen_CollectionCode."%2F".$Specimen_UnitID."_1.xml&schema=".$format' } // echo "
DateTitleAuthor
".$Date->item(0)->nodeValue."".$Title->item(0)->nodeValue."".$Author->item(0)->nodeValue." Compare
"; } ?>