MiAKD/Lab 1/library.xml
nikbel2004@outlook.com a0a3fd0be4 Laboratory_1
2024-09-15 23:43:56 +04:00

35 lines
949 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="library.xslt"?>
<library>
<book>
<title>War and Peace</title>
<author>Leo Tolstoy</author>
<genre>Historical</genre>
<year>1869</year>
</book>
<book>
<title>The Captain's Daughter</title>
<author>Alexander Pushkin</author>
<genre>Novel</genre>
<year>1836</year>
</book>
<book>
<title>Crime and Punishment</title>
<author>Fyodor Dostoevsky</author>
<genre>Philosophical</genre>
<year>1866</year>
</book>
<book>
<title>The Three Musketeers</title>
<author>Alexandre Dumas</author>
<genre>Historical novel</genre>
<year>1844</year>
</book>
<book>
<title>Fifteen-year-old captain</title>
<author>Jules Verne</author>
<genre>Novel</genre>
<year>1878</year>
</book>
</library>