Isidore-Guild / statenvertaling

OSIS Statenvertaling (Dutch) with apocrypha
Creative Commons Zero v1.0 Universal
5 stars 2 forks source link

Error line 4785 and 6042 and in the beginning of the file #5

Closed LAfricain closed 3 years ago

LAfricain commented 4 years ago

When checking the validity of the STV.xml, I found this issues:

DutSVVA.osis.xml:4785: element reference: Schemas validity error : Element '{http://www.bibletechnologies.net/2003/OSIS/namespace}reference', attribute 'osisRef': '[1Co.10.8' is not a valid value of the atomic type '{http://www.bibletechnologies.net/2003/OSIS/namespace}osisRefRegex'.

The correct text should be: [<reference osisRef="1Co.10.8">1Co 10:8</reference> ] Again line 6042, Italics should be italic

And in the beginning of the file <work osiswork= should be<work osisWork=

DavidHaslam commented 3 years ago

Prior to that, checking the XML syntax failed because of duplicate attribute names on line 6:

  <osisText osisRefWork="Bible"  osisRefWork="defaultReferenceScheme" osisIDWork="STV" xml:lang="nl">

Removing osisRefWork="defaultReferenceScheme" enables the XML to pass syntax check.

LAfricain commented 3 years ago

Prior to that, checking the XML syntax failed because of duplicate attribute names on line 6

Correct, actually I did the correction on my merge xml file (svv and svva)

lemtom commented 3 years ago

This should be resolved by now.