, * Andreas Oesterreicher and * Rudolf Hangl . */ // 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/basis_db.class.php'); $rdf_url='http://www.technikum-wien.at/hauptberuf'; echo ' '; if(isset($_GET['optional']) && $_GET['optional']=='true') { echo ' '; } $qry = "SELECT * FROM bis.tbl_hauptberuf ORDER BY hauptberufcode"; $db = new basis_db(); if($db->db_query($qry)) { while($row = $db->db_fetch_object()) { echo ' hauptberufcode.']]> bezeichnung.']]> '; } } ?>