I need to extract data from XML files w/ several scripts I am writing. Is
there any tool out there that can be accessed from VBScript that will allow
me to either tree or parse the XML data in a way that will make it usable?

Re: XML DOM/Parser for VBScript? by Steve

Steve
Tue Dec 30 09:36:08 CST 2003

Paul Engel wrote:
> I need to extract data from XML files w/ several scripts I am writing. Is
> there any tool out there that can be accessed from VBScript that will allow
> me to either tree or parse the XML data in a way that will make it usable?

MSXML 4.0 SDK
http://msdn.microsoft.com/library/en-us/xmlsdk/htm/sdk_intro_6g53.asp

--
Steve

One of the lessons of history is that nothing is often a good thing to do and
always a clever thing to say. -Will Durant



Re: XML DOM/Parser for VBScript? by Paul

Paul
Tue Dec 30 10:49:46 CST 2003

Thanks. Great documentation. I am installing the download now. Much obliged.

Paul
"Steve Fulton" <cerberus40@hotmail.com> wrote in message
news:uJML0quzDHA.2064@TK2MSFTNGP10.phx.gbl...
> Paul Engel wrote:
> > I need to extract data from XML files w/ several scripts I am writing.
Is
> > there any tool out there that can be accessed from VBScript that will
allow
> > me to either tree or parse the XML data in a way that will make it
usable?
>
> MSXML 4.0 SDK
> http://msdn.microsoft.com/library/en-us/xmlsdk/htm/sdk_intro_6g53.asp
>
> --
> Steve
>
> One of the lessons of history is that nothing is often a good thing to do
and
> always a clever thing to say. -Will Durant
>
>



Re: XML DOM/Parser for VBScript? by Han

Han
Mon Feb 16 10:31:42 CST 2004

Sounds like msxml component. ProgID is msxml2.domdocument.

"Paul Engel" <pengel@source-imaging.com> wrote in message
news:eoKDXbuzDHA.1576@TK2MSFTNGP11.phx.gbl...
> I need to extract data from XML files w/ several scripts I am writing. Is
> there any tool out there that can be accessed from VBScript that will
allow
> me to either tree or parse the XML data in a way that will make it usable?
>
>