Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2150 mathias 1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<books>
3
	<book isbn="1">
4
		<title>Title of 1</title>
5
		<author>Author of 1</author>
6
	</book>
7
	<book isbn="2">
8
		<title>Title of 2</title>
9
		<author>Author of 2</author>
10
	</book>
11
	<book isbn="3">
12
		<title>Title of 3</title>
13
		<author>Author of 3</author>
14
	</book>
15
	<book isbn="4">
16
		<title>Title of 4</title>
17
		<author>Author of 4</author>
18
	</book>
19
	<book isbn="5">
20
		<title>Title of 5</title>
21
		<author>Author of 5</author>
22
	</book>
23
</books>