I would like to select the following text:
Bold normal Italics
I need to select and get: Bold normal italist.
The html is:
<a href=""><strong>Bold</strong> normal <i>Italist</i></a>
However, a/text()
yields
normal
only. Does anyone know a fix? I'm testing bing crawling, and the bold text is in different position depending on the query.