@gerome wrote:
Hi and congratulations for your great job.
I'm using OJS 3.0 and I would like to import almost 450 articles using xml import process.
I built an xml file and validated it with http://www.validome.org/ (see screenshot below).But when I try to import it in OJS, it gives me an error:
plugins.importexport.common.validationErrors
Element 'issue': No matching global declaration available for the validation root.
Here is the xml file content:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE issue PUBLIC "-//PKP//OJS Articles and Issues XML//EN" "http://pkp.sfu.ca/ojs/dtds/native.dtd">
<issue published="false" current="false">
<title>Número 1: junho de 1989</title>
<volume>1</volume>
<number>001</number>
<year>1989</year>
<section>
<title locale="pt_BR">Artigos</title>
<abbrev locale="pt_BR">ART</abbrev>
<article>
<id>1</id>
<title>Noûs vs lógos</title>
<abstract>-</abstract>
<indexing></indexing>
<sponsor>-</sponsor>
<author primary_contact="true">
<firstname>Danilo</firstname>
<middlename><![CDATA[ ]]></middlename>
<lastname>Marcondes de Souza Filho</lastname>
<email>email@email</email>
</author>
<cover></cover>
<pages>7-14</pages>
<date_published>1989-06-01</date_published>
<open_access></open_access>
<permissions></permissions>
<galley>
<label>PDF</label>
<file><href mime_type="application/pdf" src="http://www.oqnfp.studiomova.me/uploads/OQNFP_01_01_danilo_marcondes_de_souza_filho.pdf"/></file>
</galley>
</article>
</section>
</issue>Any idea?
Thanks for your help!!
Posts: 1
Participants: 1