Creating a Master object from XML.

S

Sam Santiago

Does anyone have any example code on how I can create a Master object (or any Visio object) from the DatadiagramML (XML) that defines that object? I was told that this can be done using the clipboard and the IDataObject interface somehow and was looking for some guidance. My scenario is I have a remote object that would parse a Visio stencil saved as a .VSX (XML) and return a Master element XML string (http://msdn.microsoft.com/library/en-us/vissdk11/html/vixmlelemMasters_HV01085538.asp?frame=true) for the local object to use. The local object would have to convert the XML into a Master object. Any guidance greatly appreciated.

Thanks,

Sam

--
_______________________________
Sam Santiago
[email protected]
http://www.SoftiTechture.com
_______________________________
 
Top