Lots and lots of work on the conversion code and converting the DRE texts. Tried three (1HW, 2HW, AHDM) and they only required a few small tweaks to get them working. The annotations and XWiki documents are also working, which was a nice surprise. The code had to be tweaked a fair bit and it certainly requires some better documentation, but it's coming along
Also created a new build in conversion/buildEverything.xml
. This code calls the three other builds (buildSgml, buildApparatus, buildXWiki) so that we can build a number of documents fully. There is now a parameter for works, which is a list of works (AYL, H5, MND) and the build iterates over the list, doing the full conversion for each work. Worked well for DRE. (To note: each individual build works by itself and does not depend on buildEverything in any way.)