XML.XMLDocument and DOMDocument40

  • Thread starter Thread starter oLiVieR CheNeSoN
  • Start date Start date
O

oLiVieR CheNeSoN

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
 
"oLiVieR CheNeSoN" <[email protected]>'s wild thoughts
were released on Wed, 27 Jul 2005 10:53:43 +0200 bearing the
following fruit:
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?

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

J
Thanks
Olivier


Jan Hyde (VB MVP)

--
Love is the triumph of imagination over intelligence.

(H.L. Mencken)

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top