html - Extracting a number from an XML node -
the best (so far) xpath extract following node:
<li class="list-guests"> <span class="icon guests"/> 3 </li>
i need extract number 3. there way in xpath? don't want start using complicated regex if can avoid it.
you should able use text() function
Comments
Post a Comment