[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
plugins
/
importexport
/
native
/
[
Home
]
File: sample.xml
<?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>