You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/06/13 14:18:33 UTC

svn commit: r190387 - /forrest/trunk/main/webapp/skins/common/xslt/html/strip_namespaces.xsl

Author: crossley
Date: Mon Jun 13 05:18:31 2005
New Revision: 190387

URL: http://svn.apache.org/viewcvs?rev=190387&view=rev
Log:
xsl:output has no effect in Cocoon operations.

Modified:
    forrest/trunk/main/webapp/skins/common/xslt/html/strip_namespaces.xsl

Modified: forrest/trunk/main/webapp/skins/common/xslt/html/strip_namespaces.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/skins/common/xslt/html/strip_namespaces.xsl?rev=190387&r1=190386&r2=190387&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/common/xslt/html/strip_namespaces.xsl (original)
+++ forrest/trunk/main/webapp/skins/common/xslt/html/strip_namespaces.xsl Mon Jun 13 05:18:31 2005
@@ -16,7 +16,6 @@
   limitations under the License.
 -->
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-  <xsl:output method="xhtml" version="1.0" encoding="UTF-8" indent="yes"/>
     <xsl:template match="*">
       <!-- remove element prefix (if any) -->
       <xsl:element name="{local-name()}">