A
A
Alexey Kupreichik2016-12-14 21:03:26
Visual Basic
Alexey Kupreichik, 2016-12-14 21:03:26

What and how can I parse an xml file using VBScript?

Need to get data from xml file via VBScript. What is the best way to do this and how?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rou1997, 2016-12-14
@plusodinminus

With COM/OLE/Active-X.

Set xmlDoc = CreateObject("Microsoft.XMLDOM")
xmlDoc.Async = "False"
xmlDoc.Load(fileXML)

And then documentation and search, there is a standard DOM for XML, in other languages ​​it's about the same.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question