Add new TEI transform services
This MR proposes a new refactored solution to transfrom TEI to HTML. The idea is to assemble a DOMDocument while iterating recursively over TEI nodes and parse it to string afterwards.
Edited by Paul Pestov
This MR proposes a new refactored solution to transfrom TEI to HTML. The idea is to assemble a DOMDocument while iterating recursively over TEI nodes and parse it to string afterwards.