Author: michiel
Date: 2009-05-28 21:46:36 +0200 (Thu, 28 May 2009)
New Revision: 35488

Modified:
   mmbase/trunk/applications/share/xslt/xml2xhtml-base.xslt
Log:
tag-files missing in toc

Modified: mmbase/trunk/applications/share/xslt/xml2xhtml-base.xslt
===================================================================
--- mmbase/trunk/applications/share/xslt/xml2xhtml-base.xslt    2009-05-28 
17:06:22 UTC (rev 35487)
+++ mmbase/trunk/applications/share/xslt/xml2xhtml-base.xslt    2009-05-28 
19:46:36 UTC (rev 35488)
@@ -53,7 +53,7 @@
             <td></td>
             <td>
               <a name="toc"/>
-              <xsl:apply-templates select="tag[contains(type, $type) or 
$type='all']|function[$type='all']" mode="toc" >
+              <xsl:apply-templates select="tag-file[contains(type, $type) or 
$type='all']|tag[contains(type, $type) or $type='all']|function[$type='all']" 
mode="toc">
                 <xsl:sort select="name" />
                 </xsl:apply-templates><br />
             </td>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to