Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Serialize Multiple Diagrams in Xml (Read 937 times)
dearman
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 1
Joined: Mar 30th, 2009
Serialize Multiple Diagrams in Xml
Mar 30th, 2009 at 11:17pm
Print Post  
Does anyone have a best method for serializing multiple diagrams into a single Xml Document? Sorry if I didn't search the discussions enough, but I don't think I saw any references to this.

I am using FlowChart.NET 5.2.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Serialize Multiple Diagrams in Xml
Reply #1 - Mar 31st, 2009 at 9:20am
Print Post  
Try saving each diagram into its own XmlDocument using the Diagram.SaveToXml (XmlDocument) method, and than move the XmlDocuments' <diagram> elements to another XmlDocument, say as children of a <diagrams> element.

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