fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
1a4d9e1
)
transform exercises gap and replace to WL1
author
Jan Szejko
<janek37@gmail.com>
Fri, 21 Jul 2017 12:44:35 +0000
(14:44 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Fri, 21 Jul 2017 12:44:35 +0000
(14:44 +0200)
redakcja/xslt/wl2to1.xslt
patch
|
blob
|
history
diff --git
a/redakcja/xslt/wl2to1.xslt
b/redakcja/xslt/wl2to1.xslt
index
95710ec
..
da7fbb0
100644
(file)
--- a/
redakcja/xslt/wl2to1.xslt
+++ b/
redakcja/xslt/wl2to1.xslt
@@
-60,8
+60,12
@@
<xsl:copy><xsl:apply-templates /></xsl:copy>
</xsl:template>
<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">
<xsl:template match="header">
@@
-126,7
+130,7
@@
<xsl:for-each select="div">
<xsl:choose>
<xsl:when test="@class = 'p'">
<xsl:for-each select="div">
<xsl:choose>
<xsl:when test="@class = 'p'">
- <opis><akap><xsl:
value-of select="."
/></akap></opis>
+ <opis><akap><xsl:
apply-templates
/></akap></opis>
</xsl:when>
<xsl:when test="@class = 'list.orderable'">
<lista typ="punkt">
</xsl:when>
<xsl:when test="@class = 'list.orderable'">
<lista typ="punkt">
@@
-142,7
+146,7
@@
<xsl:for-each select="div">
<xsl:choose>
<xsl:when test="@class = 'p'">
<xsl:for-each select="div">
<xsl:choose>
<xsl:when test="@class = 'p'">
- <opis><akap><xsl:
value-of select="."
/></akap></opis>
+ <opis><akap><xsl:
apply-templates
/></akap></opis>
</xsl:when>
<xsl:when test="@class = 'list'">
<lista typ="punkt">
</xsl:when>
<xsl:when test="@class = 'list'">
<lista typ="punkt">
@@
-153,6
+157,18
@@
</xsl:for-each>
</cwiczenie>
</xsl:when>
</xsl:for-each>
</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:otherwise>
<NIEZNANY_DIV><xsl:value-of select="@class" /></NIEZNANY_DIV>
</xsl:otherwise>
@@
-223,6
+239,9
@@
<xsl:when test="@class = 'cite'">
<dlugi_cytat><xsl:apply-templates /></dlugi_cytat>
</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:otherwise>
<NIEZNANY_SPAN><xsl:value-of select="@class" /></NIEZNANY_SPAN>
</xsl:otherwise>
@@
-230,7
+249,7
@@
</xsl:template>
<xsl:template match="div" mode="exercise.order.list">
</xsl:template>
<xsl:template match="div" mode="exercise.order.list">
- <punkt rozw="{@answer}"><xsl:
value-of select="."
/></punkt>
+ <punkt rozw="{@answer}"><xsl:
apply-templates
/></punkt>
</xsl:template>
<xsl:template match="div" mode="exercise.true-or-false">
</xsl:template>
<xsl:template match="div" mode="exercise.true-or-false">
@@
-243,7
+262,7
@@
<xsl:attribute name="rozw">falsz</xsl:attribute>
</xsl:when>
</xsl:choose>
<xsl:attribute name="rozw">falsz</xsl:attribute>
</xsl:when>
</xsl:choose>
- <xsl:
value-of select="."
/>
+ <xsl:
apply-templates
/>
</xsl:element>
</xsl:template>
</xsl:element>
</xsl:template>