Dim input As String = <?xml version="1.0" encoding="utf-8"?>
<tr class="sh" onclick="ii.ShowShareHolder('7358,IRO1GNBO0008')">
<td>ghanisha sherkat</td>
<td><div class="ltr" title="141,933,691">142 M</div></td>
Dim doc As New XmlDocument
Dim tds = doc.SelectNodes("/tr/td")
For Each item As XmlNode In tds
If item.FirstChild.Name = "div" Then
Dim titleAttr = item.FirstChild.Attributes("title")
If Not titleAttr Is Nothing Then
Console.WriteLine(titleAttr.Value)
Console.WriteLine(item.InnerText())