tei2html icon indicating copy to clipboard operation
tei2html copied to clipboard

Integrate table-normalization xslt into tables.xsl

Open GoogleCodeExporter opened this issue 11 years ago • 0 comments

Currently, the table-normalization step is done in a separate transformation 
before the main transformation. This requires additional glue code in perl to 
run this transformation. To simplify this, this should be done at the same time 
the tables are formatted in the tables.xsl.

Currently, a simple integration of the table-normalization into the main 
stylesheet leads to a number of unexpected results, either due to other 
(unrelated) templates matching, or some other overseen complication, which 
makes the trivial integration step (using a temporary node-tree in a variable) 
incorrect so far.


Original issue reported on code.google.com by jhellingman on 10 Sep 2014 at 5:29

GoogleCodeExporter avatar Mar 12 '15 21:03 GoogleCodeExporter