TLF was missing EditManager. I added that, but it required XML as well, so I added XMLJS to the list of depenedencies.
After fixing an issue with appendChild() I’m currently getting a number of errors: https://paste.apache.org/73uW Basically, they fall into two categories: 1. some_xml.@someattribute = some_value gets an error that someattribute is undefined. 2. Attempted access of inaccessible method toString through a reference with static type Error. Any ideas here? Harbs