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 2004/09/26 12:40:18 UTC

svn commit: rev 47243 - incubator/lenya/trunk/src/webapp/lenya/xslt/util

Author: andreas
Date: Sun Sep 26 03:40:17 2004
New Revision: 47243

Modified:
   incubator/lenya/trunk/src/webapp/lenya/xslt/util/page2xslt.xsl
Log:
added i18n namespace - needed in resulting stylesheet

Modified: incubator/lenya/trunk/src/webapp/lenya/xslt/util/page2xslt.xsl
==============================================================================
--- incubator/lenya/trunk/src/webapp/lenya/xslt/util/page2xslt.xsl	(original)
+++ incubator/lenya/trunk/src/webapp/lenya/xslt/util/page2xslt.xsl	Sun Sep 26 03:40:17 2004
@@ -15,12 +15,13 @@
   limitations under the License.
 -->
 
-<!-- $Id: page2xslt.xsl,v 1.4 2004/03/13 12:42:09 gregor Exp $ -->
+<!-- $Id$ -->
 
 <xsl:stylesheet version="1.0"
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     xmlns:xhtml="http://www.w3.org/1999/xhtml"
     xmlns:xso="http://apache.org/cocoon/lenya/xslt/1.0"
+    xmlns:i18n="http://apache.org/cocoon/i18n/2.1" 
     >
 
 <xsl:param name="contextprefix"/>

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