QuantStack / jupyterlab-drawio

A standalone embedding of the FOSS drawio / mxgraph package into jupyterlab
BSD 3-Clause "New" or "Revised" License
599 stars 75 forks source link

is there any way to read the shape and connection information in the drawio file #76

Closed john012343210 closed 3 years ago

john012343210 commented 3 years ago

is there any way to read the shape and connection information in the drawio file

hbcarlos commented 3 years ago

Hi @AronWaterAron, thanks for opening this issue. The dio and drawio files are XML file. You could use an XML parser and get the information from the XML document.

Anyway, may the best place to ask this question is in the drawio repository