IXMLDOMDocument help

G

G. Kumar

Hi, I need to convert some JScript code to C# for Infopath and was having some trouble creating a new IXMLDOMDocument. This is what I want to do in JScript:
var xmlDoc = new ActiveXObject("Msxml2.DOMDocument");
xmlDoc.loadXML("Some XML code");
How do I do this in C#? Also, is there any good documentation for the infopath object model in C#? The Infopath 2003 Toolkit for Visual Studio help menu only named the objects and methods but did not have any descriptions or examples. There's good documentation for JScript and VBScript but I couldn't find any examples using C#. Is there a good place out there to find this? Thanks!
 

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

Top