You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
At its core moddle offers us the ability to plug in additional meta-data; this allows us to view contents of a (BPMN, DMN) document differently. Currently this library works of the XML string, hence it cannot support custom moddle trees and hardcodes the schema to use for parsing the XML.
I think it would be better to align this behavior with bpmn-js-differ and consume a moddle tree. This would also vastly simplify the API, which currently has to be asynchronous due to parsing the XML.
Is your feature request related to a problem? Please describe.
At its core
moddle
offers us the ability to plug in additional meta-data; this allows us to view contents of a (BPMN, DMN) document differently. Currently this library works of theXML
string, hence it cannot support custommoddle
trees and hardcodes the schema to use for parsing the XML.I think it would be better to align this behavior with bpmn-js-differ and consume a moddle tree. This would also vastly simplify the API, which currently has to be asynchronous due to parsing the XML.
Describe the solution you'd like
moddle
trees, not XML stringsDescribe alternatives you've considered
None.
Additional context
Found in the context of #1.
The text was updated successfully, but these errors were encountered: