Re: XML Reference in VB



Reference:
Microsoft XML
On my system (Win2k SP4), there are 3 versions
Microsoft XML, version 2.0 (msxml.dll)
Microsoft XML, v3.0 (msxml3.dll)
Microsoft XML, v4.0 (msxml4.dll)

<phani.kumarm@xxxxxxxxxxxxxxxxxx> wrote in message
news:1127909695.891718.307630@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
> If i have to work with XML in VB, what is the reference/Components that
> i have to include in VB Application ??
>
> While i am trying to compile my code, it is saying that "Dim xd As New
> Xml.XMLDocument" not defined.
>


.



Relevant Pages

  • Re: XML in VB6
    ... Add a reference to Microsoft XML ... I don't seem to have it in VB6, and I looked on the MS website but ... >>> and extract data from an XML file? ...
    (microsoft.public.vb.controls)
  • RE: Missing Microsoft XML, v6.0
    ... version of Excel has the Reference "Microsoft XML, ... "andyjim" wrote: ... Reference you will see the path where it is located. ...
    (microsoft.public.excel.programming)
  • Re: XML in VB6
    ... I believe MSDN has some good examples. ... "Kurt" wrote: ... > Add a reference to Microsoft XML ...
    (microsoft.public.vb.controls)
  • Re: Different versions of Excel
    ... Generally the best way to handle this is to use "late binding", ... dim w as word.application ... (does NOT require a reference to the word object library) ... Prev by Date: ...
    (microsoft.public.office.developer.vba)
  • Re: Different versions of Excel
    ... > oif "early binding" as you are currently doing. ... > dim w as word.application ... > (does NOT require a reference to the word object library) ... Prev by Date: ...
    (microsoft.public.office.developer.vba)