domDocument, как получить нужные элементыhttp://softtime.ru/forumdomDocument, как получить нужные элементыhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=89855#post535443Пытаюсь сделать как-то так: "? libxml_use_internal_errors(true); $dom = new domDocument('1.0', 'UTF-8'); $dom-"strictErrorChecking=false; $dom-"recover = true; @$dom-"loadHTML($data); $xpath = new DomXPath($dom);...domDocument, как получить нужные элементыTue, 16 Jul 2013 04:46:52 +0300OLidomDocument, как получить нужные элементыhttp://softtime.ru/forum/read.php?id_forum=1&id_theme=89855#post535442Написал такой небольшой код: "? libxml_use_internal_errors(true); $dom = new domDocument('1.0', 'UTF-8'); $dom-"strictErrorChecking=false; $dom-"recover = true; @$dom-"loadHTML($data); $xpath = new...domDocument, как получить нужные элементыTue, 16 Jul 2013 04:27:36 +0300OLi