You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the current dev branch, I ran bin/teitohtml on a document that had an <ab type="duckling">. I was not surprised that the <tei:ab> was transformed into an <html:div>. I was surprised that the @type was dropped. It should (along with @subtype) be transformed into a @class IMHO.
The text was updated successfully, but these errors were encountered:
Added a small conditional block to the template that matches
the ab element that converts type= and subtype= to class=,
if they are present. This is not, IMHO, the rigth way to do
this, but it better matches the rest of the Stylesheets.
Using the current dev branch, I ran
bin/teitohtml
on a document that had an<ab type="duckling">
. I was not surprised that the<tei:ab>
was transformed into an<html:div>
. I was surprised that the@type
was dropped. It should (along with@subtype
) be transformed into a@class
IMHO.The text was updated successfully, but these errors were encountered: