MiAKD/Lab 2/library.xml
nikbel2004@outlook.com 86094e3d5a AllLabs
2024-09-15 23:54:00 +04:00

25 lines
915 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="library.xslt"?>
<?xml-model href="library.dtd" type="applecation/xml-dtd"?>
<library>
<book ISBN="978-3-16-148410-0" available="yes" publisher="Penguin" language="English">
<title>War and Peace</title>
<author>Leo Tolstoy</author>
<genre>Historical</genre>
<year>1869</year>
</book>
<book ISBN="978-5-17-085410-0" available="no" language="Russian">
<title>The Captain's Daughter</title>
<author>Alexander Pushkin</author>
<genre>Novel</genre>
<year>1836</year>
</book>
<book ISBN="978-5-11-022410-0" available="yes" language="French">
<title>The Three Musketeers</title>
<author>Alexandre Dumas</author>
<genre>Historical novel</genre>
<year>1844</year>
</book>
<!-- Остальные книги... -->
</library>