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/27 16:34:58 UTC

svn commit: rev 47292 - incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util

Author: antonio
Date: Mon Sep 27 07:34:58 2004
New Revision: 47292

Modified:
   incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/page2xhtml.xsl
Log:
Fix jscript tag

Modified: incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/page2xhtml.xsl
==============================================================================
--- incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/page2xhtml.xsl	(original)
+++ incubator/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/util/page2xhtml.xsl	Mon Sep 27 07:34:58 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: page2xhtml.xsl,v 1.21 2004/04/29 09:14:41 gregor Exp $ -->
+<!-- $Id$ -->
 
 <xsl:stylesheet version="1.0"
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
@@ -35,7 +35,7 @@
       <link rel="stylesheet" type="text/css"
         href="{$contextprefix}/lenya/css/default.css" title="default css"/>
 <xsl:if test="count(xhtml:script) &gt; 0">
- <script><xsl:value-of select="xhtml:script" /> </script>
+ <script><xsl:copy-of select="xhtml:script/@*" /></script>
 </xsl:if>
     </head>
     <body>

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