xpath('item [@id="' .$id .'"]'); if(empty($data)){ header('Location: ./index.html'); exit(); } $item = $data[0]; $description = strip_tags((string)$item->body); if ($item->category == 'event'){ $color = 'pink'; $cat_name = 'イベント'; }elseif($item->category == 'exam'){ $color = 'blue'; $cat_name = '入試'; }else{ $color = 'blue'; $cat_name = 'お知らせ'; } } } ?>