Is there any way to get all the childrens node values within the ul tag.
Input:
Industry <
This will retrieve all text elements with a parent ul element.
ul
//ul/descendant::*/text()