You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/02/27 11:36:55 UTC

svn commit: r631542 - /lenya/sandbox/modules/docustyle/xslt/beforeCache.xsl

Author: andreas
Date: Wed Feb 27 02:36:44 2008
New Revision: 631542

URL: http://svn.apache.org/viewvc?rev=631542&view=rev
Log:
Remove comments from empty.xml before rendering page.

Modified:
    lenya/sandbox/modules/docustyle/xslt/beforeCache.xsl

Modified: lenya/sandbox/modules/docustyle/xslt/beforeCache.xsl
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/docustyle/xslt/beforeCache.xsl?rev=631542&r1=631541&r2=631542&view=diff
==============================================================================
--- lenya/sandbox/modules/docustyle/xslt/beforeCache.xsl (original)
+++ lenya/sandbox/modules/docustyle/xslt/beforeCache.xsl Wed Feb 27 02:36:44 2008
@@ -101,6 +101,9 @@
   </xsl:template>
   
   
+  <xsl:template match="comment()"/>
+  
+  
   <xsl:template match="@*|node()" priority="-1">
     <xsl:copy>
       <xsl:apply-templates select="@*|node()"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org