Click to See Complete Forum and Search --> : XML and VB
Choli
02-19-2001, 03:58 AM
I tried to use MSXML30 within VB, but without success... I wasnŽt able to
create an instance of the XMLReader...
Befor I go into details IŽll just ask for a simple sample or some advices
how to use MSXML or where to find an example in the MSDN (i couldŽt find
anything...)
Cheers
Choli
Russell Jones
02-19-2001, 01:50 PM
Typically, you use a DOMDocument object to read XML. Download the SDK from
the Microsoft XML Developer Center on MSDN--that should help. This will get
you started.
Dim xml as DOMDocument
set xml = new DOMDocument
xml.load <your xml file path here>
Russell Jones
Sr. Web Development Editor
DevX..com
"Choli" <s.kollbrunner@schweiz.org> wrote in message
news:3a90e01f$1@news.devx.com...
>
> I tried to use MSXML30 within VB, but without success... I wasnŽt able to
> create an instance of the XMLReader...
>
> Befor I go into details IŽll just ask for a simple sample or some advices
> how to use MSXML or where to find an example in the MSDN (i couldŽt find
> anything...)
>
> Cheers
>
> Choli
devx.com
Copyright Internet.com Inc. All Rights Reserved