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/12/02 10:10:25 UTC

svn commit: r109483 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/page2xslt.xsl

Author: andreas
Date: Thu Dec  2 01:10:23 2004
New Revision: 109483

URL: http://svn.apache.org/viewcvs?view=rev&rev=109483
Log:
adding missing 18n namespace declaration
Modified:
   lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/page2xslt.xsl

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/page2xslt.xsl
Url: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/page2xslt.xsl?view=diff&rev=109483&p1=lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/page2xslt.xsl&r1=109482&p2=lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/page2xslt.xsl&r2=109483
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/page2xslt.xsl	(original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/page2xslt.xsl	Thu Dec  2 01:10:23 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: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org