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 2005/01/06 15:17:36 UTC

svn commit: r124379 - /lenya/trunk/src/webapp/lenya/xslt/util/page2xslt.xsl

Author: andreas
Date: Thu Jan  6 06:17:34 2005
New Revision: 124379

URL: http://svn.apache.org/viewcvs?view=rev&rev=124379
Log:
add stylesheet version attribute
Modified:
   lenya/trunk/src/webapp/lenya/xslt/util/page2xslt.xsl

Modified: lenya/trunk/src/webapp/lenya/xslt/util/page2xslt.xsl
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/xslt/util/page2xslt.xsl?view=diff&rev=124379&p1=lenya/trunk/src/webapp/lenya/xslt/util/page2xslt.xsl&r1=124378&p2=lenya/trunk/src/webapp/lenya/xslt/util/page2xslt.xsl&r2=124379
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/util/page2xslt.xsl	(original)
+++ lenya/trunk/src/webapp/lenya/xslt/util/page2xslt.xsl	Thu Jan  6 06:17:34 2005
@@ -21,7 +21,7 @@
     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" 
+    xmlns:i18n="http://apache.org/cocoon/i18n/2.1"
     >
 
 <xsl:param name="contextprefix"/>
@@ -30,7 +30,7 @@
 
 
 <xsl:template match="xsl:stylesheet">
-  <xso:stylesheet xmlns:page="http://apache.org/cocoon/lenya/cms-page/1.0">
+  <xso:stylesheet version="1.0" xmlns:page="http://apache.org/cocoon/lenya/cms-page/1.0">
     <xsl:copy-of select="@*"/>
     <xsl:apply-templates/>
   </xso:stylesheet>

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