Static build work
The convention of using hard .htm links to generated pages is not appropriate for the static build, where those generated pages end up actually existing as XML documents, so we need to create alternative approaches to all of those instances. The biggest case was the mdt...listings documents, and I've dealt with that today by creating a new mdtlist: private uri scheme which provides a way of linking to any of those document type taxonomy pages. The current eXist webapp has been updated to deal with this, as has the Schematron, and I've written all the handlers necessary for the static build. I also updated the Praxis documentation appropriately. There's a small number of remaining generated documents (A-Z Index being the prime example) which will also have to be handled.