TEIC / Stylesheets

TEI XSL Stylesheets
228 stars 124 forks source link

.docx to tei conversion isn't adding semicolon to end of css values #686

Open JanelleJenstad opened 10 months ago

JanelleJenstad commented 10 months ago

Thanks for moving OxGarage over to TEIGarage.

I just ran a test conversion of a .docx file to TEI P5 and noticed that the conversion isn't producing correct CSS syntax. It should be an easy fix for you.

For example, the TEI output of italics in .docx files is this: <hi rend="italic bold" style="font-size:12pt">. The semi-colon is missing in this case and all other instances of the value of the @style attribute.

peterstadler commented 10 months ago

Hi @JanelleJenstad , this sounds like a Stylesheets issue rather than a TEIGarage issue (for TEIGarage uses the TEI Stylesheets for this kind of transformations). Would you be able to check on the command line with Sylesheets/bin/docxtotei your.docx and report back whether you get the same results?