I am trying to convert mxGraph's XML graph into SVG using JavaScript. Having XML string, I need to parse it into an SVG for distributing further to the html. This post shows exactly what I need to do with the solution implemented in Java . I can parse XML into graph and cannot render graph into SVG, cannot seem to find method that would be equivalent to drawCells() method in mxCellRenderer.js.
Would anyone be able to help on converting XML to SVG using JavaScript only (available mxGraph library)?