I've created an xpath expression as follows:
/html/body/div[2]/div/ul[2]/li/a/node()
It returns something like this:
#01 <strong>value</strong> suffix
How do I extract the "#01" part and the "suffix" part in two different xpath expressions?