<?php preg_match_all('/\<name\>([^\<]+)\<\/name\>/',$data,$items); preg_match_all( '/\<handler\>([^\<]+)\<\/handler\>/', $data, $items); ?>