Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries >Thread Prev - Re: Help trying to Parse XML file >Thread Next - Re: Help trying to Parse XML file Re: Help trying to Parse XML fileTo: NULL Date: 3/2/2006 6:22:00 AM Thank you Martin,
I'm new to XML, and honestly after reading thru the MS docs I'm still
confused on how to do this. I'm using VBScript and here is a snip of
what I'm trying to do, can you point me in the direction that I have
gone wrong?
SNIPPIT
Dim Node
Set XMLDoc = CreateObject("msxml.domDocument")
XMLDoc.async = "False"
XMLDoc.Load (LogLocation & Log(j))
For Each Node in XMLDoc
If Node.NodeType = "NODE_TEXT" Then
'Plan to have other code in
here
Line = Node.parentNode.nodename & "|" & Node.NodeValue
End If
Next
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
