%PDF-1.7 GIF89;
| Server IP : 104.20.45.2 / Your IP : 172.16.20.3 Web Server : Apache/2.4.25 (Debian) System : Linux f64a392e70de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : application ( 1000) PHP Version : 5.6.40 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /app/plugins/importexport/native/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE issues SYSTEM "native.dtd">
<!--
* plugins/importexport/native/sample.xml
*
* Copyright (c) 2013-2019 Simon Fraser University
* Copyright (c) 2003-2019 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Sample import document for the OJS 2.x native XML import/export format.
*
-->
<issues>
<issue published="true" current="false" identification="title">
<title locale="en_US">Test Issue</title>
<access_date>01-01-2001</access_date>
<section>
<title locale="en_US">Articles</title>
<abbrev locale="en_US">ART</abbrev>
<article>
<title locale="en_US">Jane Doe's Article Title</title>
<abstract locale="en_US">Jane Doe's Article Abstract...</abstract>
<indexing>
<discipline locale="en_US">Education; Literature Education</discipline>
<subject locale="en_US">Young adult literature; Holocaust</subject>
<coverage>
<geographical locale="en_US">North America</geographical>
<chronological locale="en_US">Contempoary</chronological>
<sample locale="en_US">Adolescent readers</sample>
</coverage>
</indexing>
<author primary_contact="true">
<firstname>Jane</firstname>
<lastname>Doe</lastname>
<email>JaneDoe@sample.test</email>
<biography locale="en_US">Jane Doe's Bio statement...</biography>
</author>
<date_published>2004-10-05</date_published>
<htmlgalley locale="en_US">
<label>HTML</label>
<file>
<href src="myfile.html" mime_type="text/html"/>
</file>
<stylesheet>
<href src="myfile.xsl" mime_type="text/xsl"/>
</stylesheet>
<image>
<embed encoding="base64" filename="myfilename.png" mime_type="application/png">(base64-encoded data would appear here)
</embed>
</image>
<image>
<href src="myimage2.png" mime_type="application/png"/>
</image>
</htmlgalley>
<galley locale="en_US">
<label>PDF</label>
<file>
<href src="mygalley.pdf" mime_type="application/pdf"/>
</file>
</galley>
</article>
</section>
</issue>
</issues>