X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/80ef0bd06bf9efdcd6a480319c14ca2597448fe1..25e29292e9cfecc260478aa9b094b8d37ff98eb5:/src/librarian/elements/__init__.py?ds=inline diff --git a/src/librarian/elements/__init__.py b/src/librarian/elements/__init__.py index b08c3e1..9481190 100644 --- a/src/librarian/elements/__init__.py +++ b/src/librarian/elements/__init__.py @@ -4,7 +4,7 @@ from lxml import etree from . import (blocks, comments, drama, figures, footnotes, front, headers, masters, paragraphs, poetry, ref, root, separators, styles, themes, - tools, base) + tools, base, bible) WL_ELEMENTS = { @@ -17,6 +17,7 @@ WL_ELEMENTS = { "coverLogoUrl": etree.ElementBase, "contentWarning": etree.ElementBase, "endnotes": etree.ElementBase, + "original": etree.ElementBase, "utwor": root.Utwor, "dramat_wierszowany_l": masters.Master, @@ -131,6 +132,8 @@ WL_ELEMENTS = { "wywiad_pyt": blocks.WywiadPyt, "wywiad_odp": blocks.WywiadOdp, + "werset": bible.Werset, + # Inline MathML, should really be namespaced. "mrow": etree.ElementBase, "mi": etree.ElementBase,