私はhtml文字列を持っていて、これを解析したいと思います。
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
</head>
<body>
<table>
<tr class="MyColumn">
<td colspan="2">
<b>Team List</b>
</td>
</tr>
<tr valign="top">
<td width="313">
<img src="weight.gif" width="11" height="10" alt="Encumbrance: 0" title="Encumbrance: 0">
<a href="Test.asp?action=ViewItemDetails&ItemTypeiD=1">Real Madrid</a>
</td>
<td align="right" width="140">
</td>
</tr>
<tr valign="top">
<td width="313">
<img src="weight.gif" width="11" height="10" alt="Encumbrance: 1" title="Encumbrance: 1">
<a href="Test.asp?action=ViewItemDetails&ItemTypeID=2">Barcelona</a>
</td>
<td align="right" width="140">
</td>
</tr>
<tr class="MyColumn">
<td colspan="2">
<b>Money List</b>
</td>
</tr>
<tr valign="top">
<td width="313">
<img src="weight.gif" width="11" height="10" alt="Encumbrance: 0" title="Encumbrance: 0">
<a href="Test.asp?action=ViewItemDetails&ItemTypeiD=1">$</a>
</td>
<td align="right" width="140">
</td>
</tr>
<tr valign="top">
<td width="313">
<img src="weight.gif" width="11" height="10" alt="Encumbrance: 1" title="Encumbrance: 1">
<a href="Test.asp?action=ViewItemDetails&ItemTypeID=2">€</a>
</td>
<td align="right" width="140">
</td>
</tr>
</table>
</body>
</html>
これどうやってするの;
よろしくお願いします