I can't upload xml file

Hi.

I cannot upload my xml file to the site, it gives an error.
I use OJS3

thanks

Hi @Pengwin,

That error means your XML is invalid, and not adhering to the XML schema of the XML import utility.
Can you please indicate your full OJS version (e.g. 3.3.0-13) - that way I can point you to the schema that you can validate against.

-Roger
PKP Team

Hi

my ojs version is 3.3.0.7

Hi @Pengwin,

Thanks for verifying. You’ll want to validate with an XSD: https://github.com/pkp/ojs/blob/main/plugins/importexport/native/native.xsd - prior to uploading the XML in order to ensure that it’s valid.

-Roger
PKP Team

I’m new to this, can you tell me step by step how to verify my file?

Hi @Pengwin,

Our documentation here explains the Native XML import in more detail: https://docs.pkp.sfu.ca/admin-guide/en/data-import-and-export#create-a-native-xml-file-for-import

-Roger
PKP Team