[Home] [By Thread] [By Date] [Recent Entries]
Hey - this seems to be working...now I have another problem... The source for the xml file is on a server and I am trying to load it but nothing happens. Dim objXML As New MSXML2.DOMDocument
Dim NodeList As MSXML2.IXMLDOMNodeList Dim xNode As MSXML2.IXMLDOMNode objXML.async = False objXML.Load ("https://api.competitionsuite.com/2013-02/Performances/?c=cce9ab64-5d54-44e4-a13e-f3b9528a5909") Set NodeList = objXML.selectNodes("//ArrayOfCompetition/Competition/EventName") For Each xNode In NodeList Combo1.AddItem xNode.Text List1.AddItem xNode.Text
Next What am I missing? Can I use Microsoft Internet Transfer Control and save it out locally as an XML file? What is the best thing to do? This source xml will be updated regularly and I need to access it quickly and display results as soon as possible - speed is an issue. Thoughts? Tom On Sat, Jun 14, 2014 at 6:20 PM, William Velasquez <wvelasquez@v...> wrote:
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |

Cart



