Hi All,
I am trying to extract/parse the content of the following nested HTML Patient table using JDK 6.1 XPath Class without success:
Below is the content of XPathEvaluator.java used to extract/parse the above HTML file:
This code has worked successfully on catalogue.xml from
http://www.onjava.com/lpt/a/5554 tutorial but generated the following error when trying to parse the above HTML file:
[Fatal Error] :1:78: White spaces are required between publicId and systemId. Am I using the wrong tool? I have used the htmlparser in the past but could not achieve the same objective.
Any suggestion would be appreciated.
Thanks,
Jack