Come fai a leggere Item??

codice:
Dim objxmldatadoc As New XmlDataDocument
objxmldatadoc.Load("http://.../feed.asp")
Dim objNode As XmlNode
Dim strResults As String
Dim colElements As XmlNodeList
colElements = objxmldatadoc.GetElementsByTagName("titolo")
For Each objNode In colElements
     [b]Qui userai ...
     strResults &= objNode. ... .Value & "
"[/b ]
Next
lblOutput.Text = strResults