I have a temporary solution for this problem.
TimlineFX module:
loaders.monkey:
Replace all DiddyStack<XMLElement> with Stack<XMLElement>
In line 55 add “monkey://data/” to parser.parseFile
Diddy:
xml.monkey
comment out the if block where #XML_USE_LOADSTRING is checked and import mojo only.
Set #XML_USE_LOADSTRING=true in your code.
Hope this helps for the moment.