soluzione

Dim xtr As New XmlTextReader(Server.MapPath"file.xml"))
Do While xtr.Read
If xtr.NodeType = XmlNodeType.Element Then
If xtr.Name = "channel" Then
If xtr.HasAttributes Then
Do While xtr.MoveToNextAttribute()
If xtr.Name = "caption" Then
Response.Write(xtr.Value)
End If
Loop
End If
End If
End If
Loop


adesso dovrei caricarli dentro una html controls "select"
qualucno vuole darmi una mano
ehm forse a quest' ora
tutti dormono
notte
e grazie