Skip to content
Snippets Groups Projects
Commit 8430a54d authored by Max-Ferdinand Zeterberg's avatar Max-Ferdinand Zeterberg
Browse files

fix(bibl): make text() and hi interleave

parent 64477c4a
No related branches found
No related tags found
No related merge requests found
...@@ -1397,10 +1397,12 @@ ...@@ -1397,10 +1397,12 @@
<optional> <optional>
<attribute name="type"/> <attribute name="type"/>
</optional> </optional>
<optional> <interleave>
<ref name="elem.hi"/> <optional>
</optional> <ref name="elem.hi"/>
<text/> </optional>
<text/>
</interleave>
</element> </element>
</define> </define>
...@@ -1662,7 +1664,9 @@ ...@@ -1662,7 +1664,9 @@
<define name="elem.tei.choice"> <define name="elem.tei.choice">
<element name="tei:choice"> <element name="tei:choice">
<interleave> <interleave>
<optional><ref name="elem.tei.sic"/></optional> <optional>
<ref name="elem.tei.sic"/>
</optional>
<ref name="elem.tei.corr"/> <ref name="elem.tei.corr"/>
</interleave> </interleave>
</element> </element>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment