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 17:06:03 UTC

svn commit: r124400 - /lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/main-authoring.xsl

Author: andreas
Date: Thu Jan  6 08:06:01 2005
New Revision: 124400

URL: http://svn.apache.org/viewcvs?view=rev&rev=124400
Log:
fixed order of XSLT statements
Modified:
   lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/main-authoring.xsl

Modified: lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/main-authoring.xsl
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/main-authoring.xsl?view=diff&rev=124400&p1=lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/main-authoring.xsl&r1=124399&p2=lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/main-authoring.xsl&r2=124400
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/main-authoring.xsl	(original)
+++ lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/main-authoring.xsl	Thu Jan  6 08:06:01 2005
@@ -15,14 +15,14 @@
   limitations under the License.
 -->
 
-<!-- $Id: main-authoring.xsl,v 1.5 2004/03/13 12:31:30 gregor Exp $ -->
+<!-- $Id$ -->
 
 <xsl:stylesheet version="1.0"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 >
 
-<xsl:include href="../global.xsl"/>
-
 <xsl:import href="body.xsl"/>
  
+<xsl:include href="../global.xsl"/>
+
 </xsl:stylesheet>  

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