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 (47 lines) | stat: -rw-r--r-- 1,551 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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE users SYSTEM "users.dtd">

<!--
  * sample.xml
  *
  * Copyright (c) 2003-2009 John Willinsky
  * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
  *
  * Sample user import data.
  *
  * $Id$
  -->

<users>
        <user>
		<username>testuser1</username>
		<password>ojsojs</password>
		<salutation>Dr.</salutation>
		<first_name>TestUser1FirstName</first_name>
		<last_name>TestUser1LastName</last_name>
		<gender>F</gender>
		<affiliation>TestUser1Affiliation</affiliation>
		<email>testuser1@ojsdev.bb</email>
		<country>DE</country>
		<biography locale="de_DE">My biograhy (German) - TestUser1.</biography>
		<biography locale="en_US">My biograhy (English) - TestUser1.</biography>
		<biography locale="es_ES">My biograhy (Spanish) - TestUser1.</biography>
		<role type="author"/>
	</user>
	<user>
		<username>testuser2</username>
		<password encrypted="sha1">efe7d096996561e621764052b451ff752b03652f</password>
		<salutation>Dr.</salutation>
		<first_name>TestUser2FirstName</first_name>
		<last_name>TestUser2LastName</last_name>
		<gender>F</gender>
		<affiliation>TestUser2Affiliation</affiliation>
		<email>testuser2@ojsdev.bb</email>
		<country>DE</country>
		<biography locale="de_DE">My biograhy (German) - TestUser2.</biography>
		<biography locale="en_US">My biograhy (English) - TestUser2.</biography>
		<biography locale="es_ES">My biograhy (Spanish) - TestUser2.</biography>
		<locales>de_DE:en_US</locales>
		<role type="author"/>
        </user>
</users>