Skip to content
Snippets Groups Projects
Commit 76471bf5 authored by Goik Martin's avatar Goik Martin
Browse files

No role="exercise", no appendix list of exercises

parent 31a222a4
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -56,7 +56,7 @@
<xsl:copy-of select="*"/>
</xsl:when>
<xsl:otherwise>
<para>Answer id='<xsl:value-of select="parent::db:qandaentry/@xml:id"/>' not yet published.</para>
<para>Answer id=<xsl:value-of select="parent::db:qandaentry/@xml:id"/> not yet published.</para>
</xsl:otherwise>
</xsl:choose>
</db:answer>
......@@ -65,6 +65,7 @@
<xsl:template match="db:part">
<xsl:copy>
<xsl:apply-templates select="@* | node()"/>
<!--
<appendix>
<title>
<xsl:text>Solutions exercises </xsl:text>
......@@ -93,6 +94,7 @@
</xsl:for-each>
</table>
</appendix>
-->
</xsl:copy>
</xsl:template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment