You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ch...@apache.org on 2005/06/10 00:21:55 UTC

svn commit: r189839 - /forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl

Author: cheche
Date: Thu Jun  9 15:21:54 2005
New Revision: 189839

URL: http://svn.apache.org/viewcvs?rev=189839&view=rev
Log:
exclude i18n namespace so it validates as proper html

Modified:
    forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl

Modified: forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl?rev=189839&r1=189838&r2=189839&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl (original)
+++ forrest/trunk/main/webapp/skins/pelt/xslt/html/site2xhtml.xsl Thu Jun  9 15:21:54 2005
@@ -35,7 +35,7 @@
 -->
 
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-  xmlns:i18n="http://apache.org/cocoon/i18n/2.1">
+  xmlns:i18n="http://apache.org/cocoon/i18n/2.1" exclude-result-prefixes="i18n">
 
   <xsl:import href="../../../common/xslt/html/site2xhtml.xsl"/>
 <!--+