1 <?xml version="1.0" encoding="utf-8"?>
2 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3 <xsl:output method="html" version="1.0" encoding="utf-8" />
4 <xsl:output doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" />
5 <xsl:output doctype-public="-//W3C//DTD XHTML 1.1//EN" />
7 <xsl:template match="/" >
8 <xsl:element name="html" xmlns="http://www.w3.org/1999/xhtml">
9 <xsl:element name="head">
10 <link rel="stylesheet" href="style.css" type="text/css" />
11 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
16 <xsl:element name="body" xmlns="http://www.w3.org/1999/xhtml">
17 <xsl:element name="div" xmlns="http://www.w3.org/1999/xhtml">
18 <xsl:attribute name="id">book-text</xsl:attribute>
20 <h2 xmlns="http://www.w3.org/1999/xhtml" class="intitle">Dear readers!</h2>
22 <p xmlns="http://www.w3.org/1999/xhtml" class="paragraph">It is our great pleasure to present you the “Future of Copyright
23 Anthology”, a collection of 10 best short stories sent in for the “Future
24 of Copyright” contest organized by Modern Poland Foundation. These works
25 have been selected by our jury – Prof. Michael Geist, Piotr Czerski and
28 <p xmlns="http://www.w3.org/1999/xhtml" class="paragraph">The main prize in this contest was founded by you, the readers, on the
29 Indiegogo crowdfunding platform. We are proud to announce that this
30 prize goes to Aymeric Mansoux, author of “Morphology of a copyright
31 tale”, in appreciation of the originality, power and the strong message
32 of this work. Moreover, the jury decided to grant an honorable mention
33 to Togi, author of the work “Give”.</p>
35 <p xmlns="http://www.w3.org/1999/xhtml" class="paragraph">We would like to thank you for your crowdfunding support and a high
36 standard of the submitted works. We were pleasantly surprised by the
37 interest shown in the competition, and we have decided to hold
38 its second edition next
39 year. We hope that with your help it will be even more successful and
40 the collected works will provide a strong voice in the debate on the future
41 of copyright law and system.</p>
43 <p xmlns="http://www.w3.org/1999/xhtml" class="paragraph">Modern Poland Foundation Team</p>
45 <p xmlns="http://www.w3.org/1999/xhtml" class="paragraph">
46 <img xmlns="http://www.w3.org/1999/xhtml" alt="Modern Poland Foundation" src="logo.png" />
49 <p xmlns="http://www.w3.org/1999/xhtml" class="paragraph"><a xmlns="http://www.w3.org/1999/xhtml" href="http://nowoczesnapolska.org.pl">http://nowoczesnapolska.org.pl</a></p>