martindholmes / BreezeMap

BreezeMap is a project to create a simple user interface for interactive map and facsimile editing based on TEI XML and OpenLayers 4+.
MIT License
11 stars 3 forks source link

Rewrite of XSLT needed #15

Closed martindholmes closed 6 years ago

martindholmes commented 6 years ago

First, we should switch to Saxon 9.8 so we can use the wonderful xml-to-json functionality, avoiding all the nasty text escaping stuff. Second, in the serializedXhtml mode, we should output real elements and handle many more of the ones that can now appear in the place desc, then output the results of that, escaping it in a single operation. Then it'll be much easier to add support for many more TEI elements.

martindholmes commented 6 years ago

Completed in commit f13f450.