diff --git a/ws/Docbook/Extensions/Xsl/docbook2slides.xsl b/ws/Docbook/Extensions/Xsl/docbook2slides.xsl index 1dc9cf941e1cf354d10d8d6afb6922b0dc3f49f4..0bc47fc803d97388fff9604b2c1f435fb02f6742 100644 --- a/ws/Docbook/Extensions/Xsl/docbook2slides.xsl +++ b/ws/Docbook/Extensions/Xsl/docbook2slides.xsl @@ -29,7 +29,10 @@ <!-- Wrap all slides in a single "slides" class --> <div class="slides"> <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> <xsl:apply-templates select="d:section"/> </div> @@ -70,9 +73,9 @@ </xsl:template> <xsl:template match="d:section/d:title"> - <h1> + <h3> <xsl:value-of select="."/> - </h1> + </h3> </xsl:template> <xsl:template match="sag"> diff --git a/ws/Slides/.gitignore b/ws/Slides/.gitignore deleted file mode 100644 index d4941be5c7f06a2c4b870b5de48233835788fc0c..0000000000000000000000000000000000000000 --- a/ws/Slides/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/reveal.js