At present we convert the HTML snippets of Zotero's formatted citations into TEI bibl elements, and then convert back to HTML with Gaddel. To cut down on this redundancy (and avoid issues with formatting on the frontend), we want to embed the HTML snippets as-is into the TEI records, so they can be transparently passed as HTML to Gaddel.
We may want to ask on the TEI-L listserve but our best guess for how TEI prefers to do this is to embed the HTML snippets in a code element (https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-code.html).
Still need to investigate if this works or if escaping of the HTML tags will be required, etc.
At present we convert the HTML snippets of Zotero's formatted citations into TEI bibl elements, and then convert back to HTML with Gaddel. To cut down on this redundancy (and avoid issues with formatting on the frontend), we want to embed the HTML snippets as-is into the TEI records, so they can be transparently passed as HTML to Gaddel.
We may want to ask on the TEI-L listserve but our best guess for how TEI prefers to do this is to embed the HTML snippets in a
codeelement (https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-code.html).Still need to investigate if this works or if escaping of the HTML tags will be required, etc.