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:14 UTC

svn commit: r126575 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/xslt/entry/bxeng.xsl /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/xslt/entry/introspection.xsl

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

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

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/xslt/entry/bxeng.xsl
Url: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/xslt/entry/bxeng.xsl?view=diff&rev=126575&p1=lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/xslt/entry/bxeng.xsl&r1=126574&p2=lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/xslt/entry/bxeng.xsl&r2=126575
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/xslt/entry/bxeng.xsl	(original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/xslt/entry/bxeng.xsl	Wed Jan 26 19:21:13 2005
@@ -15,12 +15,11 @@
   limitations under the License.
 -->
 
-<!-- $Id: bxeng.xsl,v 1.4 2004/03/13 12:31:30 gregor Exp $ -->
+<!-- $Id$ -->
 
 <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/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/xslt/entry/introspection.xsl
Url: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/xslt/entry/introspection.xsl?view=diff&rev=126575&p1=lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/xslt/entry/introspection.xsl&r1=126574&p2=lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/xslt/entry/introspection.xsl&r2=126575
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/xslt/entry/introspection.xsl	(original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/xslt/entry/introspection.xsl	Wed Jan 26 19:21:13 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