I'm writing a Java program that scrapes a web page for links and then stores them in a database. I'm having problems though. Using HTMLUnit, I wrote the following:
I'm trying to get the sessionUID and eNewSTok XML elements in the below XML String using XPath, but I can't determine the XPath expression. The NodeList is empty. Looking at the ...