With the help of How to get the XML from mxGrpah diagram? able to get the dynamic XML from the graph editor. Now, I need to display the diagram by loading a XML (reverse algorit
Many thanks @NickAth, Also, I tried my own analysis found that the following solution is working fine.
var xml = {xml}; var ui = new EditorUi(new Editor()); var doc = mxUtils.parseXml(xml); ui.editor.setGraphXml(doc.documentElement);