TEIC / Stylesheets

TEI XSL Stylesheets
231 stars 124 forks source link

match comment, not <comment> #539

Open sydb opened 2 years ago

sydb commented 2 years ago

Obviously Stylesheets/verbatimxml/teitoverbatim.xsl#31 is in error, that should read “comment()”, not “comment”.

At the moment I have no idea what this file is or what it is used for, so not going to fix right now, as there might be something that actually depends on comments being inadvertently dropped. (Doubt it.)

martindholmes commented 2 years ago

The verbatim file is about rendering egXMLs. I think the name comes from LaTeX:

https://www.overleaf.com/learn/latex/Code_listing

The verbatim environment in LaTeX is a bit like the <pre> element in HTML. It's normally used for code listings.