-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirstXML.xml
41 lines (40 loc) · 1.43 KB
/
firstXML.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!--Navrhněte si strukturu pro knihovnu-->
<books_store>
<books>
<genre>
<action></action>
<comedy></comedy>
<drama></drama>
<horror></horror>
<mystery></mystery>
<romance></romance>
<thriller></thriller>
<crime_thriller></crime_thriller>
<disaster_thriller></disaster_thriller>
<psycho_thriller></psycho_thriller>
<techno_thriller></techno_thriller>
<western></western>
<self-educatiobe>
<book>
<genre>self-educative</genre>
<name>12 Rules For life</name>
<author>Jordan B. Peterson</author>
<count_of_pages>448</count_of_pages>
<realese>January 23, 2018</realese>
<iban>340017</iban>
</book>
<book>
<genre>self-educative</genre>
<name>Circadian Clock</name>
<author>Satchin Panda</author>
<count_of_pages>296</count_of_pages>
<realese>June 12, 2018</realese>
<iban>058558 </iban>
</book>
</self-educatiobe>
<kids></kids>
<mix></mix>
</genre>
</books>
</books_store>