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 2006/11/09 22:58:25 UTC

svn commit: r473088 - /lenya/trunk/src/webapp/lenya/xslt/exception/document-does-not-exist.xsl

Author: andreas
Date: Thu Nov  9 13:58:24 2006
New Revision: 473088

URL: http://svn.apache.org/viewvc?view=rev&rev=473088
Log:
Fixed xhtml namespace in exception XSLT

Modified:
    lenya/trunk/src/webapp/lenya/xslt/exception/document-does-not-exist.xsl

Modified: lenya/trunk/src/webapp/lenya/xslt/exception/document-does-not-exist.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/xslt/exception/document-does-not-exist.xsl?view=diff&rev=473088&r1=473087&r2=473088
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/exception/document-does-not-exist.xsl (original)
+++ lenya/trunk/src/webapp/lenya/xslt/exception/document-does-not-exist.xsl Thu Nov  9 13:58:24 2006
@@ -20,7 +20,8 @@
 <xsl:stylesheet version="1.0"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   xmlns:page="http://apache.org/cocoon/lenya/cms-page/1.0"
-  xmlns:i18n="http://apache.org/cocoon/i18n/2.1"    
+  xmlns:i18n="http://apache.org/cocoon/i18n/2.1"
+  xmlns="http://www.w3.org/1999/xhtml"
   >
   
   <xsl:import href="../util/page-util.xsl"/>



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