Opening external XML document

M

mfleet1973

Hi.

I'm using Infopath 2003 and Visual Studio 2003.

How do I open and read an external XML document?

Thanks..

Mike.
 
V

Vikas Verma

you can add the xml document to the resource files on infopath form
itself, then you can use thisXdocument.DOM.DataObjects to access that
xml document.

And if the xml document is an external document, then you can use the
xml .net classes to load the xml document and read it using System.Xml
namespace. For this you should allow full trust for the infopath form.
 

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