alexzhornyak / ScxmlEditor-Tutorial

ScxmlEditor - powerful tool for creating, editing and debugging scxml files
https://alexzhornyak.github.io/ScxmlEditor-Tutorial/
BSD 3-Clause "New" or "Revised" License
73 stars 13 forks source link

2.1.0.1378. Local URL in 'src' attributes requires conversion to local file path #29

Closed alexzhornyak closed 3 years ago

alexzhornyak commented 3 years ago

If 'src' attribute is set as local URL (for example: file:test239sub1.scxml) we expect it to be resolved as local file path when it is called in different editors. But it is not resolved and looks like c:\Test\file:test239sub1.scxml after completing full file path.

image

image