HTML 토큰화 되어있는것을 Parser 방법조언 부탁드립니다.
본문
HTML 토큰화 ---
<div id="warp"><div class="glodetail-wrap"><div style="" class="store-header"><div class="store-header-nav store-header-nav-light" data-spm="1000061" data-spm-max-idx="6">
---------------------------------
이렇에 HTML 다닥 붙어 있는 경우는
아래 방법으로 했으나 못가져오는 되요
조언 구합니다.
----
//parsing begins here:
$doc = new DOMDocument();
@$doc->loadHTML($html);
$test = $doc->getElementsByTagName('div');
----
답변을 작성하시기 전에 로그인 해주세요.