
I've coded up a little Java app to import the XML from the main file and all the modules. In the end, I hope I can auto-generate all the shield, weapon, item and ship tables for the library link. That said, Java is very picky about its XML. However, only two of the XML files crashed the parser, PointJuno.xml for a case-senstive error (<orbitals> ... </Orbitals>) and CommonwealthFleet.xml for an ampersand error (�x96 should be –).
Any chance we can get those tweaked for the next release?