the taxon tree is now a mediawiki template, so we could delete the xsl template
[cdmlib.git] / cdmlib-print / src / main / resources / stylesheets / mediawiki / multipages.xsl
index 39ce6ef7f05b56b78924be0d4cac1dc5a6c6660d..a7ab60f14b87df776abed3c19c1b8cf845d72a7c 100644 (file)
         </xsl:choose>
     </xsl:template>
 
-    <!--+++++++++++++++++++++++ C A T E G O R Y   T R E E  ++++++++++++++++++++++++++++++ -->
-
-    <xsl:template name="taxon_tree">
-        <xsl:call-template name="chapter">
-            <xsl:with-param name="title">Taxonomic Tree (Categorie Tree)</xsl:with-param>
-        </xsl:call-template>
-        <xsl:call-template name="subchapter">
-            <xsl:with-param name="title">Parent</xsl:with-param>
-        </xsl:call-template>
-        <xsl:text>{{#categorytree:{{PAGENAME}}|mode=parents|hideroot}} </xsl:text>
-        <xsl:call-template name="subchapter">
-            <xsl:with-param name="title">Children</xsl:with-param>
-        </xsl:call-template>
-        <xsl:text>{{#categorytree:{{PAGENAME}}|mode=categories|hideroot}} </xsl:text>
-    </xsl:template>
 
+    <!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
+    <!--we replace html <i> with mediawiki tags-->
+    
     <!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
 
 </xsl:stylesheet>