Some issue for tei conversion html
Posted: Wed Jun 08, 2022 1:12 pm
At present, I use oxgarage to build a web service to convert tei to html .
There are some issues with the generated html page.
There are some issues with the generated html page.
- The number of TOC entries is not reasonable. I want to use the value of the n attribute in the head tag in the original tei file as the directory number.
- The conversion method of formula tag in tei file is unreasonable. I want the formula content in the html to be wrapped by a tag, such as a div.
- The content in the abstract in the Tei file is not converted into the html file, I want to create a template for the abstract part.