<div class="content pb10">
some text<img src="URL"/>
</div>
Like this. I want to use XPath to get text with img tag
some text<img src="URL"/>
some text Like this. I want to use XPath to get text with img tag some text
" />
some text
Like this. I want to use XPath to get text with img tag some text
" />
some text
Like this. I want to use XPath to get text with img tag some text
"/>
<div class="content pb10">
some text<img src="URL"/>
</div>
Like this. I want to use XPath to get text with img tag
some text<img src="URL"/>
This XPath,
will select all children nodes of that
div, including text nodes and elements, as requested.