ualbertalib / ojsxml

converts a csv file to ojs native import xml
9 stars 10 forks source link

Validation errors in OJS 3.2.0-3 #4

Open galexioza opened 4 years ago

galexioza commented 4 years ago
Validation errors:

Element '{http://pkp.sfu.ca}article', attribute 'section_ref': The attribute 'section_ref' is not allowed.
Element '{http://pkp.sfu.ca}article', attribute 'date_published': The attribute 'date_published' is not allowed.
Element '{http://pkp.sfu.ca}article', attribute 'seq': The attribute 'seq' is not allowed.
Element '{http://pkp.sfu.ca}title': This element is not expected. Expected is one of ( {http://pkp.sfu.ca}id, {http://pkp.sfu.ca}submission_file, {http://pkp.sfu.ca}artwork_file, {http://pkp.sfu.ca}supplementary_file, {http://pkp.sfu.ca}pkppublication, {http://pkp.sfu.ca}publication ).
Element '{http://pkp.sfu.ca}article', attribute 'section_ref': The attribute 'section_ref' is not allowed.
Element '{http://pkp.sfu.ca}article', attribute 'date_published': The attribute 'date_published' is not allowed.
Element '{http://pkp.sfu.ca}article', attribute 'seq': The attribute 'seq' is not allowed.
Element '{http://pkp.sfu.ca}title': This element is not expected. Expected is one of ( {http://pkp.sfu.ca}id, {http://pkp.sfu.ca}submission_file, {http://pkp.sfu.ca}artwork_file, {http://pkp.sfu.ca}supplementary_file, {http://pkp.sfu.ca}pkppublication, {http://pkp.sfu.ca}publication ).
galexioza commented 4 years ago

Adding most article information into a new element that comes under

resolved many of these errors. However, some new ones came up, so various attributes need to be shuffled around and new attributes added to some elements:

Validation errors:

Element '{http://pkp.sfu.ca}article': The attribute 'stage' is required but missing.
Element '{http://pkp.sfu.ca}publication', attribute 'stage': The attribute 'stage' is not allowed.
Element '{http://pkp.sfu.ca}author': The attribute 'seq' is required but missing.
Element '{http://pkp.sfu.ca}author': The attribute 'id' is required but missing.
Element '{http://pkp.sfu.ca}submission_file': This element is not expected.
Element '{http://pkp.sfu.ca}article': The attribute 'stage' is required but missing.
Element '{http://pkp.sfu.ca}publication', attribute 'stage': The attribute 'stage' is not allowed.
Element '{http://pkp.sfu.ca}author': The attribute 'seq' is required but missing.
Element '{http://pkp.sfu.ca}author': The attribute 'id' is required but missing.
Element '{http://pkp.sfu.ca}submission_file': This element is not expected.