S
Simon Bradley
Hi,
I would like to load a Visio 2002 VDX into an MSXML DOM
object. Currently this achieved by saving the file using
ActiveDocument.SaveAs, then loading the file into a DOM
Document using DOMDocument.load. This causes problems
with temp files, cleaning up, etc..
Is it possible to get the VDX as a text stream without
first saving it? Then, I could use loadXML and NOT have
to save the file first.
It seems to have something to do with support for
IDataObject for document object - but I can find no
examples,
Many thanks,
Simon
I would like to load a Visio 2002 VDX into an MSXML DOM
object. Currently this achieved by saving the file using
ActiveDocument.SaveAs, then loading the file into a DOM
Document using DOMDocument.load. This causes problems
with temp files, cleaning up, etc..
Is it possible to get the VDX as a text stream without
first saving it? Then, I could use loadXML and NOT have
to save the file first.
It seems to have something to do with support for
IDataObject for document object - but I can find no
examples,
Many thanks,
Simon