I have a chunk of HTML where I try to get all content inside div but I can’t retrieve it with [element content] or [element text].
<div class="text_comment" id="xxx">
<blockquote><i><i><a>some text</a><br></i></i>
<blockquote>lorem ipsum ...</blockquote>
</blockquote>
<p>some text</p>
<p>lorem ipsum...</p>
<blockquote>another text</blockquote>
</blockquote>
<p>another text</p>
</div>
I try to retrieve all inside div with tags, like this
<blockquote><i><i><a>some text</a><br></i></i>
<blockquote>lorem ipsum ...</blockquote>
</blockquote>
<p>some text</p>
<p>lorem ipsum...</p>
<blockquote>another text</blockquote>
</blockquote>
<p>another text</p>
Can anyone help me please.
Solved, if anyone need this, just do these little changes:
TFHppleElement.h
TFHppleElement.m
XPathQuery.m