Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic saveToXml .NET vs JAVA (Read 2610 times)
tmtton
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 39
Joined: May 9th, 2008
saveToXml .NET vs JAVA
Jul 2nd, 2008 at 1:52pm
Print Post  
Do the FlowChart.NET and JDiagram share the same XML schema? We like to know if a XML document saved with the .NET version can be read back by the JAVA's loadFromXml method, and vice versa.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: saveToXml .NET vs JAVA
Reply #1 - Jul 2nd, 2008 at 1:58pm
Print Post  
Yes, they do - that's how our ASP.NET diagramming control transfers data between the applet and the server.

Stoyan
  
Back to top
 
IP Logged
 
tmtton
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 39
Joined: May 9th, 2008
Re: saveToXml .NET vs JAVA
Reply #2 - Jul 16th, 2008 at 3:17pm
Print Post  
We need to parse the XML document file that is generated from the FlowChart.NET or JDiagram API. Is there a DTD or XML Schema for the generated XML file?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: saveToXml .NET vs JAVA
Reply #3 - Jul 16th, 2008 at 6:00pm
Print Post  
There isn't any formal schema. Instead of parsing the XML files, you might create an off-screen Diagram object, call loadFromXml, and then access the diagram items and check their properties through the JDiagram / Flowchart.NET API.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint