tento parser nie je az tak simple ako sa tvari podla nazvu

Kód:
include('./simple_html_dom.php');
$html = file_get_html('http://tvoja_url');
if (method_exists($html,"find")) {
if ($html->find('html')) {
foreach($html->find('co_hladas') as $article) {
$item['LOREM'] = preg_replace('/\s+/', '', $article->find('a.test', 0)->plaintext);
$item['IPSUM'] = $article->find('a.classa',0)->plaintext; ...
..