Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Saving multiple diagrams into a single XML file (Read 1268 times)
newbieDraw
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Dec 22nd, 2011
Saving multiple diagrams into a single XML file
Mar 29th, 2012 at 3:09pm
Print Post  
Hi Stoyo,

What I am trying to accomplish is essentially a visio type UI where the user can create multiple diagrams into tabbed windows. Is it possible (specifically, is it built-In) to save all the diagrams into a single XML file.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Saving multiple diagrams into a single XML file
Reply #1 - Mar 29th, 2012 at 5:36pm
Print Post  
Hi,

That's not supported out of the box. You could use the SaveToXml(XmlDocument) overload to save the diagrams in several documents, and then merge the XmlDocuments by moving their root nodes to a single XmlDocument (using the MSXML API) and save that document.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint