File: sample.xml

package info (click to toggle)
ojs 2.2.4%2Bdfsg2-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 40,820 kB
  • ctags: 25,186
  • sloc: xml: 131,068; php: 87,237; sh: 75; makefile: 27
file content (64 lines) | stat: -rw-r--r-- 2,085 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE issues SYSTEM "native.dtd">
<!--
  * sample.xml
  *
  * Copyright (c) 2003-2009 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.
  *
  * $Id$
  -->
<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>
				<date_published>2004-10-05</date_published>
				<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>
				<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>
				<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>