Thanks Marbles. Good idea on checking the splash stats (I will with another skin). Dont think xAnt will work, because some of the my code fixes a deficiency with the DBs that xAnt creates. But here is some more detail...
I'm already using xAnt, and the plugin is generating about 5 XL databases. THEN I need to run code against those generated database (lots of logic in the code which is making decisions off certain tags to modify others, fix deficiency in xAnt/ANT). Once the modifications of these databases are complete, I try to "update database" (both from within the plugin, then also tried by hand in the GUI), but changes are not reflected in XL. From F2 database edit, I still see the "Pre-modified" tags, but opening the actual XL xml database files shows the POST-modified ... So how do I force XL to reread a database!
The odd thing is this all worked with XScriptNG... But as an engineer I needed cleaner code in plugin form
NOTE: Regarding the xAnt deficiency: I don't use the the "ANT format - amc?" for my ANT database. I use the xml format. For some reason, the ANT xml database represents carriage returns as vertical bars ("|"). This information is passed through by xAnt into XL databases, hence no carriage returns in my front end data. I would love to get the xAnt source to process everything there, but have not been able to