Thomas,
I recently installed yEd Graph Editor and below is a short outline of the test I need to conduct:
-
Draw a very basic flowchart using flowchart symbols such as "Start1", "Process" and "Terminator".
-
Export my basic flowchart as XML (GraphML).
-
Transform the GraphML to "TEXT" so that in NotePad++ reads as "Start1", "Process" and "Terminator" which are a match to the graphic flowchart symbols I used in my yEd graphic.
I realise such a test requires a XSLT stylesheet. My hope is you can post a very basic XSLT stylesheet that can perform a very basic GraphML to TEXT transformation. And also provide any sources I can refer to that will explain a step by step on how this transformation process is done using the basic XSLT stylesheet you post. Something similar to the answer you provided in the link below but for the purpose of performing a GraphML to TEXT transformation:
http://yed.yworks.com/support/qa/5748/open-an-xml-file-with-data-inside-not-only-elements
Lastly, what software does one use to enable the XSLT stylesheet to perform the a full GraphML to TEXT transformation? Is it OxygenXML? Will a transformation engine such as SAXON work? Any help you can provide that will assist me in performing my initial GraphML to TEXT transformations would be very much appreciated. Thanks in advance.