You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/01/27 04:21:21 UTC

svn commit: r126576 - /lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/bxe.xsl /lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/introspection.xsl

Author: gregor
Date: Wed Jan 26 19:21:21 2005
New Revision: 126576

URL: http://svn.apache.org/viewcvs?view=rev&rev=126576
Log:
Removed xml:output. Cocoon serializers take care of this.
Modified:
   lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/bxe.xsl
   lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/introspection.xsl

Modified: lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/bxe.xsl
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/bxe.xsl?view=diff&rev=126576&p1=lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/bxe.xsl&r1=126575&p2=lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/bxe.xsl&r2=126576
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/bxe.xsl	(original)
+++ lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/bxe.xsl	Wed Jan 26 19:21:21 2005
@@ -20,7 +20,6 @@
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
  xmlns:echo="http://purl.org/atom/ns#"
 >
-<xsl:output method="xml" encoding="iso-8859-1" />
 
 <xsl:template match="/">
     <div>Echo/Atom</div>

Modified: lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/introspection.xsl
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/introspection.xsl?view=diff&rev=126576&p1=lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/introspection.xsl&r1=126575&p2=lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/introspection.xsl&r2=126576
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/introspection.xsl	(original)
+++ lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/introspection.xsl	Wed Jan 26 19:21:21 2005
@@ -15,13 +15,11 @@
   limitations under the License.
 -->
 
-<!-- $Id: introspection.xsl,v 1.2 2004/03/13 12:31:30 gregor Exp $ -->
+<!-- $Id$ -->
 
 <xsl:stylesheet version="1.0"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
 >
-
-<xsl:output method="xml"/>
 
 <xsl:param name="editURL" select="'http://no-such-url'"/>
 

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