Hello guys,
I have written an application to parse the html code in order to pick up the text from the html.I have use the HAP in my application and it works well at the first,And then I have meet a problem.I have met the code like this:
<div>
some other code
<div>
Text0
</div>
Text1
<br>
Text2
</div>
I just mean that I can pick the Text0 up from the html code normally,but when I want to pick up the Text1 and Text 2,It does'nt work.So I just want to know how to solve the problem.Without the node I can't pick the Text1 and Text2 up.Please help!Thank you!
'