I'm new to Java and Xpath. I want to extract data from html file. I'm using Xpath expression. how can I get the data in the following code.?
<tr>
<td colspan="4" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25" background="images/categorybg.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="55%" class="addresstitle"><strong><font color="#6A0000">
SiNtu clinic
</font></strong></td>
<td width="19%" align="left" class="heading2"><font color="#666666">
<span class="unnamed1">
Simmpr
</span></font></td>
<td width="14%" align="left"><font color="#666666"><strong>
<span class="unnamed1">
26184885</span></strong></font> <span class="unnamed1">
</span> </td>
<td width="12%" align="right">
<div align="right" class="unnamed1"><a href="displayads\badrisid\badrisid.htm"
Please help me to get SiNtu clinic, Simmpr as XML
Thanks