I am parsing html with TBXMl. My problem is that I can not get the text of the h3 element when the structure of the html is like the following:
- Code: Select all
<h3><span>something</span>the text I just can not grab</h3>
Is it not valid to have text after another tag inside a tag, or what`s the problem here?
Anyone ever tried to something similar?
Maybe someone knows how to adjust the parser class to achieve this?
Cheers for any help.
