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

Unique <section> elements

parent 92e0fffe
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,10 @@ ...@@ -29,7 +29,10 @@
<!-- Wrap all slides in a single "slides" class --> <!-- Wrap all slides in a single "slides" class -->
<div class="slides"> <div class="slides">
<section> <section>
<xsl:apply-templates select="*[not(name(.)='section')]"/> <xsl:apply-templates select="*[not(name(.)='db:section')]"/>
<xsl:message >
<xsl:value-of select="name(.)"/>
</xsl:message>
</section> </section>
<xsl:apply-templates select="d:section"/> <xsl:apply-templates select="d:section"/>
</div> </div>
...@@ -70,9 +73,9 @@ ...@@ -70,9 +73,9 @@
</xsl:template> </xsl:template>
<xsl:template match="d:section/d:title"> <xsl:template match="d:section/d:title">
<h1> <h3>
<xsl:value-of select="."/> <xsl:value-of select="."/>
</h1> </h3>
</xsl:template> </xsl:template>
<xsl:template match="sag"> <xsl:template match="sag">
......
/reveal.js
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