ViSalus™ Life Health Prosperity

<% Dim oXML As New System.Xml.XmlDocument oXML.Load(Server.MapPath("\") & "data/load_vid_opp_vinet.xml") ' path to file Dim oNList As System.Xml.XmlNodeList = oXML.SelectNodes("video/opp/item") ' path to nodes you wanna read Dim n As System.Xml.XmlNode Dim i As Integer For i = 0 To oNList.Count - 1 n = oNList(i) Response.Write("

") Response.Write("") Response.Write(n.SelectSingleNode("title").InnerText & "
") Response.Write("" & n.SelectSingleNode("desc").InnerText & "") Response.Write("

") Next %>