]> git.draconx.ca Git - homepage.git/blobdiff - layouts/creativecommons.xsl
Remove dead definition list cruft.
[homepage.git] / layouts / creativecommons.xsl
index 89fadd4f5858f8281836279b7eb4c9ddcf7570f2..688f590079b6392d744a3900cbf5e3955412712a 100644 (file)
@@ -9,7 +9,7 @@
   so they will not parse correctly as XML.  The sgml2xml filter is intended to
   fix this.
 
-  Copyright © 2018 Nick Bowler
+  Copyright © 2018-2019 Nick Bowler
 
   This program is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 </xsl:template>
 <xsl:template match='ol[@start]' />
 
-<!-- Definitions -->
-<!--
-<xsl:template match='ol[starts-with(preceding-sibling::p[1], "Section 1")]'>
-  <dl class='terms'>
-    <xsl:for-each select='li'>
-      <dt><xsl:value-of select='node()[1]' /></dt>
-      <dd><p><xsl:apply-templates select='node()[position()>1]' /></p></dd>
-    </xsl:for-each>
-  </dl>
-</xsl:template>
--->
-
 <xsl:template match='node()[following-sibling::h3]' />
 <xsl:template match='node()[preceding-sibling::p[@class="shaded"]]' />
 <xsl:template match='node()[@class="shaded"]' />