TEIC / Stylesheets

TEI XSL Stylesheets
228 stars 123 forks source link

transformtei help omission #652

Closed sydb closed 5 months ago

sydb commented 6 months ago

The command bin/teitohtml[5] --help fails to mention the --odd switch. I.e. line 40 of bin/transformtei should read dtd|html|html5|rnc|rng|xsd) instead. But it’s worse than that. The $format in line 39 references a variable that has not yet been set, so line 40 never works. Line 39 should read case "$to" in instead.

martindholmes commented 5 months ago

This looks fine to me; unless I'm missing something, it's just user feedback/instructions, so no impact on functionality (although I ran all the tests anyway). Go for merge.