J
Jonathan Stone
Does anyone know if exists a mime type that describes MS Project as XML
data?
I'm generating a project file from ASP and i can surely set the
response.contenttype = "text/xml" but this means the end user would have to
save the file as an XML file and then open from within MS Project... too
many steps in my opinion. What I have to believe is available, is to set the
response.contenttype = "application/vnd-ms.project+xml" or something like
that such that when written to browser, ms project automatically is opened
and prompts user to import the xml data as a project file...
Any thoughts?
data?
I'm generating a project file from ASP and i can surely set the
response.contenttype = "text/xml" but this means the end user would have to
save the file as an XML file and then open from within MS Project... too
many steps in my opinion. What I have to believe is available, is to set the
response.contenttype = "application/vnd-ms.project+xml" or something like
that such that when written to browser, ms project automatically is opened
and prompts user to import the xml data as a project file...
Any thoughts?