foreach ( $xml->Dojo as $dojo ) {

        $pos = strpos(strtolower($dojo->ContactName), $term);

        if ($pos === false ) {