<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:wl="http://wolnelektury.pl/functions"
- xmlns:dc="http://purl.org/dc/elements/1.1/" >
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
<xsl:output encoding="utf-8" indent="yes" omit-xml-declaration = "yes" version="2.0" />
<xsl:template match="section">
<xsl:value-of select="@redslug" />
<xsl:text>/</xsl:text>
</xsl:attribute>
- <dc:title xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/"><xsl:apply-templates select="header/text()" /></dc:title>
- <dc:identifier.url xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <xsl:text>http://edukacjamedialna.edu.pl/lekcje/</xsl:text>
- <xsl:value-of select="@wlslug" />
- <xsl:text>/</xsl:text>
- </dc:identifier.url>
-
- <!--dc:creator.expert xml:lang="pl" ></dc:creator.expert>
- <dc:creator.methodologist xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/"></dc:creator.methodologist>
- <dc:creator.scenario xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/"></dc:creator.scenario>
- <dc:creator.textbook xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/"></dc:creator.textbook-->
-
- <xsl:apply-templates select="metadata" mode="meta" />
-
- <dc:publisher xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/">Fundacja Nowoczesna Polska</dc:publisher>
- <dc:rights xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/">Creative Commons Uznanie autorstwa - Na tych samych warunkach 3.0</dc:rights>
- <dc:rights.license xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/">http://creativecommons.org/licenses/by-sa/3.0/</dc:rights.license>
- <dc:format xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/">xml</dc:format>
- <!--dc:type xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/">added-var</dc:type-->
- <dc:date xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/">2015-01-12</dc:date>
- <!--dc:audience xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/"><!- -liceum - -><xsl:value-of select="//dc:audience/text()" /></dc:audience-->
- <dc:language xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/">pol</dc:language>
+ <dc:title xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/"><xsl:apply-templates select="header/text()" /></dc:title>
+ <dc:identifier.url xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/">
+ <xsl:text>http://edukacjamedialna.edu.pl/lekcje/</xsl:text>
+ <xsl:value-of select="@wlslug" />
+ <xsl:text>/</xsl:text>
+ </dc:identifier.url>
+
+ <!--dc:creator.expert xml:lang="pl" ></dc:creator.expert>
+ <dc:creator.methodologist xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/"></dc:creator.methodologist>
+ <dc:creator.scenario xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/"></dc:creator.scenario>
+ <dc:creator.textbook xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/"></dc:creator.textbook-->
+
+ <xsl:apply-templates select="metadata" mode="meta" />
+
+ <dc:publisher xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/">Fundacja Nowoczesna Polska</dc:publisher>
+ <dc:rights xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/">Creative Commons Uznanie autorstwa - Na tych samych warunkach 3.0</dc:rights>
+ <dc:rights.license xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/">http://creativecommons.org/licenses/by-sa/3.0/</dc:rights.license>
+ <dc:format xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/">xml</dc:format>
+ <!--dc:type xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/">added-var</dc:type-->
+ <dc:date xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/">2015-01-12</dc:date>
+ <!--dc:audience xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/"><!- -liceum - -><xsl:value-of select="//dc:audience/text()" /></dc:audience-->
+ <dc:language xml:lang="pl" xmlns:dc="http://purl.org/dc/elements/1.1/">pol</dc:language>
</rdf:Description>
</rdf:RDF>
<powiesc>
<xsl:apply-templates />
</powiesc>
</utwor>
- </xsl:when>
- <xsl:when test="count(ancestor::*) = 3">
- <aktywnosc>
- <opis><xsl:apply-templates select="header" /><xsl:apply-templates select="div" mode="opis" /></opis>
- <xsl:apply-templates select="div" mode="aktywnosc" />
- <xsl:apply-templates select="section" mode="error" />
- </aktywnosc>
-</xsl:when>
-<xsl:when test='header/text() = "Zadanie dla ucznia..."'>
-
-</xsl:when>
- <xsl:otherwise><xsl:apply-templates /></xsl:otherwise>
+ </xsl:when>
+ <xsl:when test="count(ancestor::*) = 3">
+ <aktywnosc>
+ <opis><xsl:apply-templates select="header" /><xsl:apply-templates select="div" mode="opis" /></opis>
+ <xsl:apply-templates select="div" mode="aktywnosc" />
+ <xsl:apply-templates select="section" mode="error" />
+ </aktywnosc>
+ </xsl:when>
+ <xsl:otherwise><xsl:apply-templates /></xsl:otherwise>
</xsl:choose>
</xsl:template>
<!-- TODO language-dependent: description, audience, requires (subject.competence?) -->
-<xsl:template match="dc:creator.expert|dc:creator.scenario|dc:creator.textbook|dc:description|dc:subject.curriculum|dc:creator.methodologist|dc:subject.competence|dc:audience|dc:type|dc:requires" mode="meta">
+<xsl:template match="dc:creator.expert|dc:creator.scenario|dc:creator.textbook|dc:description|dc:subject.curriculum|dc:subject.curriculum.new|dc:creator.methodologist|dc:subject.competence|dc:audience|dc:type|dc:requires" mode="meta">
<xsl:copy><xsl:apply-templates /></xsl:copy>
</xsl:template>
-<xsl:template match="metadata"></xsl:template>
-<xsl:template match="aside"></xsl:template>
+<xsl:template match="metadata"/>
+<xsl:template match="aside">
+ <xsl:if test="@class = 'gap'">
+ <luka><xsl:apply-templates/></luka>
+ </xsl:if>
+</xsl:template>
<xsl:template match="header">
<akap><xsl:apply-templates /></akap>
</xsl:when>
<xsl:when test="@class = 'list'">
- <lista typ="punkt"><xsl:apply-templates /></lista>
+ <lista typ="punkt">
+ <xsl:if test="@name">
+ <xsl:attribute name="nazwa"><xsl:value-of select="@name"/></xsl:attribute>
+ </xsl:if>
+ <xsl:if test="@dest">
+ <xsl:attribute name="cel"><xsl:value-of select="@dest"/></xsl:attribute>
+ </xsl:if>
+ <xsl:apply-templates />
+ </lista>
</xsl:when>
<xsl:when test="@class = 'list.itemized'">
<lista typ="punkt"><xsl:apply-templates /></lista>
</xsl:when>
- <xsl:when test="@class = 'list.enum'">
- <lista typ="num"><xsl:apply-templates /></lista>
- </xsl:when>
+ <xsl:when test="@class = 'list.orderable'">
+ <lista typ="punkt"><xsl:apply-templates /></lista>
+ </xsl:when>
+ <xsl:when test="@class = 'list.enum'">
+ <lista typ="num"><xsl:apply-templates /></lista>
+ </xsl:when>
<xsl:when test="@class = 'list.definitions'">
- <lista typ="slowniczek"><xsl:apply-templates /></lista>
+ <xsl:choose>
+ <xsl:when test="@src = ''">
+ <lista typ="slowniczek"><xsl:apply-templates /></lista>
+ </xsl:when>
+ <xsl:otherwise>
+ <lista typ="slowniczek" src="{@src}"><xsl:apply-templates /></lista>
+ </xsl:otherwise>
+ </xsl:choose>
</xsl:when>
<xsl:when test="@class = 'list.bibliography'">
<lista typ="czytelnia"><xsl:apply-templates /></lista>
<xsl:when test="@class = 'item'">
<punkt><xsl:apply-templates /></punkt>
</xsl:when>
+ <xsl:when test="@class = 'item.category'">
+ <punkt nazwa="{@name}"><xsl:apply-templates /></punkt>
+ </xsl:when>
+ <xsl:when test="@class = 'item.answer'">
+ <punkt>
+ <xsl:attribute name="rozw">
+ <xsl:choose>
+ <xsl:when test="@answer = 'true'">prawda</xsl:when>
+ <xsl:when test="@answer = 'false'">falsz</xsl:when>
+ <xsl:otherwise><xsl:value-of select="@answer" /></xsl:otherwise>
+ </xsl:choose>
+ </xsl:attribute>
+ <xsl:apply-templates />
+ </punkt>
+ </xsl:when>
+ <xsl:when test="@class = 'question'">
+ <pytanie>
+ <xsl:for-each select="div">
+ <xsl:choose>
+ <xsl:when test="@class = 'p'">
+ <xsl:apply-templates />
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:apply-templates select="."/>
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:for-each>
+ </pytanie>
+ </xsl:when>
<xsl:when test="@class = 'defined'">
<xsl:choose>
<xsl:when test="count(ancestor::*) = 4 ">
</xsl:otherwise>
</xsl:choose>
</xsl:when>
+ <xsl:when test="@class = 'exercise.order'">
+ <cwiczenie typ="uporzadkuj">
+ <xsl:call-template name="cwiczenie"/>
+ </cwiczenie>
+ </xsl:when>
+ <xsl:when test="@class = 'exercise.choice.true-or-false'">
+ <cwiczenie typ="prawdafalsz">
+ <xsl:call-template name="cwiczenie"/>
+ </cwiczenie>
+ </xsl:when>
+ <xsl:when test="@class = 'exercise.choice' or @class = 'exercise.choice.single'">
+ <cwiczenie typ="wybor">
+ <xsl:call-template name="cwiczenie"/>
+ </cwiczenie>
+ </xsl:when>
+ <xsl:when test="@class = 'exercise.match'">
+ <cwiczenie typ="przyporzadkuj">
+ <xsl:call-template name="cwiczenie"/>
+ </cwiczenie>
+ </xsl:when>
+ <xsl:when test="@class = 'exercise.gap'">
+ <cwiczenie typ="luki">
+ <opis><akap>Uzupełnij luki:</akap></opis>
+ <xsl:apply-templates/>
+ </cwiczenie>
+ </xsl:when>
+ <xsl:when test="@class = 'exercise.replace'">
+ <cwiczenie typ="zastap">
+ <opis><akap>Znajdź i zamień niepasujące słowa w zdaniach na następujące:</akap></opis>
+ <xsl:apply-templates/>
+ </cwiczenie>
+ </xsl:when>
<xsl:otherwise>
<NIEZNANY_DIV><xsl:value-of select="@class" /></NIEZNANY_DIV>
</xsl:otherwise>
<xsl:attribute name="material">
<xsl:value-of select="wl:rmext(substring(@href, 8))" />
</xsl:attribute>
- </xsl:when>
- <xsl:when test="starts-with(@href, 'http')">
- <xsl:attribute name="url">
- <xsl:value-of select="@href" />
- </xsl:attribute>
- </xsl:when>
- <xsl:otherwise>
- <xsl:attribute name="url">
- <xsl:value-of select="text()" />
- </xsl:attribute>
+ </xsl:when>
+ <xsl:when test="starts-with(@href, 'http')">
+ <xsl:attribute name="url">
+ <xsl:value-of select="@href" />
+ </xsl:attribute>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:attribute name="url">
+ <xsl:value-of select="." />
+ </xsl:attribute>
</xsl:otherwise>
- </xsl:choose>
- <xsl:apply-templates />
+ </xsl:choose>
+ <xsl:apply-templates />
</link>
</xsl:when>
<xsl:when test="@class = 'emp'">
<wyroznienie><xsl:apply-templates /></wyroznienie>
- </xsl:when>
- <xsl:when test="@class='cite'">
- <dlugi_cytat><xsl:apply-templates /></dlugi_cytat>
- </xsl:when>
+ </xsl:when>
+ <xsl:when test="@class = 'cite'">
+ <dlugi_cytat><xsl:apply-templates /></dlugi_cytat>
+ </xsl:when>
+ <xsl:when test="@class = 'answer'">
+ <zastap rozw="{@answer}"><xsl:apply-templates/></zastap>
+ </xsl:when>
<xsl:otherwise>
<NIEZNANY_SPAN><xsl:value-of select="@class" /></NIEZNANY_SPAN>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
-
<xsl:template match="section" mode="error">
NIEZNANA_SEKCJA
</xsl:template>
+<xsl:template name="cwiczenie">
+ <xsl:for-each select="div">
+ <xsl:choose>
+ <xsl:when test="@class = 'p'">
+ <opis><xsl:apply-templates select="."/></opis>
+ <!-- https://stackoverflow.com/questions/27374493/grouping-the-consecutive-elements-in-xslt -->
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:apply-templates select="."/>
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:for-each>
+</xsl:template>
+
</xsl:stylesheet>