made it work with xalan
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 22 Apr 2004 19:01:21 +0000 (19:01 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 22 Apr 2004 19:01:21 +0000 (19:01 +0000)
removed debug message

git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1495 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/doc/configuration-xhtml.xsl

index 10991d7..0a17788 100644 (file)
@@ -8,6 +8,8 @@
               doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
               doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
   
+  <xsl:param name="confdir"/>
+
   <xsl:template match="/">
     <html>
       <xsl:apply-templates/>
@@ -31,9 +33,6 @@
 
   <xsl:template name="dir">
     <xsl:param name="thisdir"/>
-    <xsl:message>
-      <xsl:value-of select="$thisdir"/>
-    </xsl:message>
     <xsl:choose>
       <xsl:when test="count(file) + count(symlink) + count(script) + count(dir) > 0">
         <ul>