XML.XMLDocument and DOMDocument40

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • oLiVieR CheNeSoN

    #1

    XML.XMLDocument and DOMDocument40

    Hello,


    I have a DLL in VB.net that give a XML.XMLDocument as output to a VB6
    application.

    My problem here is that XML.XMLDocument is not known by VB6 and would
    rather take DOMDocument40 object.

    Is there a method to convert that or is there a link between these two
    objects?

    Thanks
    Olivier



  • Jan Hyde

    #2
    Re: XML.XMLDocument and DOMDocument40

    "oLiVieR CheNeSoN" <ocheneson@hotm ail.com>'s wild thoughts
    were released on Wed, 27 Jul 2005 10:53:43 +0200 bearing the
    following fruit:
    [color=blue]
    >Hello,
    >
    >
    >I have a DLL in VB.net that give a XML.XMLDocument as output to a VB6
    >application.
    >
    >My problem here is that XML.XMLDocument is not known by VB6 and would
    >rather take DOMDocument40 object.
    >
    >Is there a method to convert that or is there a link between these two
    >objects?[/color]

    The beauty of XML is that is just a string. Both .Net and
    VB6 can handle strings.

    J
    [color=blue]
    >Thanks
    >Olivier
    >
    >[/color]


    Jan Hyde (VB MVP)

    --
    Love is the triumph of imagination over intelligence.

    (H.L. Mencken)

    [Abolish the TV Licence - http://www.tvlicensing.biz/]

    Comment

    Working...