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
// Use Matcher object (jPath: false) to get paths without namespace prefixes via toString('.', false).
72
+
// With jPath: true (default), toString() includes namespace prefixes (e.g. "bpmn:definitions.bpmndi:BPMNDiagram")
73
+
// which don't match our expected paths in nodesWithNumericAttributes.
74
+
jPath: false,
75
+
76
+
// See https://github.com/NaturalIntelligence/fast-xml-parser/blob/v5.5.7/docs/v4%2C%20v5/2.XMLparseOptions.md#attributevalueprocessor
// The strnum lib used by fast-xml-parser is not able to parse all numbers
75
-
// The only available options are https://github.com/NaturalIntelligence/fast-xml-parser/blob/v4.3.4/docs/v4/2.XMLparseOptions.md#numberparseoptions
84
+
// The only available options are https://github.com/NaturalIntelligence/fast-xml-parser/blob/v5.5.7/docs/v4%2C%20v5/2.XMLparseOptions.md#numberparseoptions
76
85
// This is a fix for https://github.com/process-analytics/bpmn-visualization-js/issues/2857
0 commit comments