whoward69
DLL Minion
but the log was empty while I knew thanks to IGE's output that this mod had references problems.
Which would have been the same if the "buggy code" had been written in SQL.
XML either parses or it doesn't (much like SQL) (those errors end up in xml.log) and it either executes or it doesn't (exactly like SQL) (those end up in database.log) - once your problem is neither of those it really doesn't matter if you wrote the "buggy code" in SQL or XML as you're into the realms of understanding the (weak) relationships within the database - was the correct Type name used, was a Type used when a Class was required, etc