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:05:45 UTC

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

Author: andreas
Date: Thu Jan  6 08:05:42 2005
New Revision: 124398

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

Modified: lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/main-live.xsl
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/main-live.xsl?view=diff&rev=124398&p1=lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/main-live.xsl&r1=124397&p2=lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/main-live.xsl&r2=124398
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/main-live.xsl	(original)
+++ lenya/trunk/src/webapp/lenya/pubs/blog/xslt/entry/main-live.xsl	Thu Jan  6 08:05:42 2005
@@ -15,14 +15,14 @@
   limitations under the License.
 -->
 
-<!-- $Id: main-live.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