Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.01 KB

DEFINITION_XML.md

File metadata and controls

23 lines (17 loc) · 1.01 KB

Xml definition of Graph

Flowcharting plugin use MxGraph library like draw.io you can find xml structure at mxCodec definition.

Type

XML

By selecting XML, you add, edit or modify xml content by copy/call xml model in textaera or click on "Edit Draw" to modify it in draw.io.

URL

By selecting URL, flowcharting downloads xml file from url with mxgraph definition. /!\ NOT EMPLEMENTED

XML Content

In this aera, you can view, modify or edit content with button "Edit Draw"

Buttons

  • Edit Draw : Open Graph in draw.io with embed mode
  • Prettify : Make xml content readable and formatted.
  • Minify : Reduce xml content in one line.
  • Compress/Encode : Compress xml in ZIP/BASE64 to reduce space in db for big xml.
  • Extract/Decode : Extract compress or decode result from drawn.io.