E
ennetws
Hi,
I was wondering if anyone knows how to convert the active Project 2007 file
into a XML document. I have seen the example in the MSDN documentation using
VB:
'Create an XML DOM document
Set doc = CreateObject "MSXML2.DOMDocument")
'Save the project to the DOM document
app.FileSaveAs FormatID:="MSProject.XMLDOM", XMLName:=doc
What I am looking for is a way to create an XML document directly, similar
to the example above, except that it should be in C#. Is their a way to do
that?
I am working on an add-in and I've reached a point where I can either save
the project as an XML file then read it or go through the tasks and create an
XML document.
Thanks.
I was wondering if anyone knows how to convert the active Project 2007 file
into a XML document. I have seen the example in the MSDN documentation using
VB:
'Create an XML DOM document
Set doc = CreateObject "MSXML2.DOMDocument")
'Save the project to the DOM document
app.FileSaveAs FormatID:="MSProject.XMLDOM", XMLName:=doc
What I am looking for is a way to create an XML document directly, similar
to the example above, except that it should be in C#. Is their a way to do
that?
I am working on an add-in and I've reached a point where I can either save
the project as an XML file then read it or go through the tasks and create an
XML document.
Thanks.