*/ /* * Created on 02.12.2004 * Erstellt ein RDF mit den Lehrformen */ // header für no cache header("Cache-Control: no-cache"); header("Cache-Control: post-check=0, pre-check=0",false); header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Pragma: no-cache"); // content type setzen header("Content-type: application/xhtml+xml"); // xml echo ''; // DAO require_once('../config/vilesci.config.inc.php'); require_once('../include/mantis.class.php'); $rdf_url='http://www.technikum-wien.at/mantis'; if (isset($_GET['issue_id'])) $issue_id=$_GET['issue_id']; else $issue_id=null; $mantis=new mantis(); $mantis->getIssue($issue_id); //print_r($mantis); ?> issue_id; ?>]]> issue_summary; ?>]]> issue_description; ?>]]> issue_view_state->id; ?>]]> issue_view_state->name; ?>]]> issue_last_updated; ?>]]> issue_project->id; ?>]]> issue_project->name; ?>]]> issue_category; ?>]]> issue_priority->id; ?>]]> issue_priority->name; ?>]]> issue_severity->id; ?>]]> issue_severity->name; ?>]]> issue_status->id; ?>]]> issue_status->name; ?>]]> issue_reporter->id; ?>]]> issue_reporter->name; ?>]]> issue_reporter->real_name; ?>]]> issue_reporter->email; ?>]]> issue_reproducibility->id; ?>]]> issue_reproducibility->name; ?>]]> issue_date_submitted; ?>]]> issue_sponsorship_total; ?>]]> issue_projection->id; ?>]]> issue_projection->name; ?>]]> issue_eta->id; ?>]]> issue_eta->name; ?>]]> issue_tags->name; ?>]]> issue_resolution->id; ?>]]> issue_resolution->name; ?>]]> issue_due_date; ?>]]> issue_steps_to_reproduce; ?>]]> issue_additional_information; ?>]]>