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

Allow for qandasets

parent f2e1ba3c
Branches
Tags
No related merge requests found
......@@ -41,6 +41,10 @@
<!-- Task titles belong to ILIAS -->
<xsl:template match="/db:section/db:section/db:title"/>
<xsl:template match="db:qandaset">
<xsl:apply-templates select="db:qandadiv/db:qandaentry/db:question/*"/>
</xsl:template>
<!-- Sectioning -->
<xsl:template match="db:section">
<xsl:apply-templates/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment