Details
-
Type: New Feature
-
Status: Open (View Workflow)
-
Priority: Major
-
Resolution: Unresolved
-
Component/s: Module creation
-
Labels:None
Description
The module source is OSIS and the XML has several tagging errors that would have caused it to not validate to the OSIS schema or even to pass the XML syntax check.
One such error is
<item>Galatians<item>
There are also 6 instances of text with a paragraph start tag but no paragraph end tag.
Search for the regexp pattern
<p>[^<>]+<p>
This list of detected errors is not exhaustive. There may be more.
I don't have the original OSIS XML file that was used to build the module in 2017.
The observations are based on analysing the mod2imp dump.
This issue was prompted by https://github.com/AndBible/and-bible/issues/689