You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ch...@apache.org on 2005/11/24 17:00:58 UTC

svn commit: r348760 - in /lenya/trunk/src: modules/links/xslt/links2index.xsl webapp/lenya/pubs/default/modules/homepage/xslt/homepage2index.xsl

Author: chestnut
Date: Thu Nov 24 08:00:49 2005
New Revision: 348760

URL: http://svn.apache.org/viewcvs?rev=348760&view=rev
Log:
xhtml2index xsl path changes

Modified:
    lenya/trunk/src/modules/links/xslt/links2index.xsl
    lenya/trunk/src/webapp/lenya/pubs/default/modules/homepage/xslt/homepage2index.xsl

Modified: lenya/trunk/src/modules/links/xslt/links2index.xsl
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/modules/links/xslt/links2index.xsl?rev=348760&r1=348759&r2=348760&view=diff
==============================================================================
--- lenya/trunk/src/modules/links/xslt/links2index.xsl (original)
+++ lenya/trunk/src/modules/links/xslt/links2index.xsl Thu Nov 24 08:00:49 2005
@@ -26,7 +26,7 @@
   exclude-result-prefixes="xhtml lucene lenya"
 >
 
-<xsl:import href="fallback://lenya/modules/lucene/xslt/xhtml2index.xsl"/>
+<xsl:import href="fallback://lenya/modules/xhtml/xslt/xhtml2index.xsl"/>
 
 </xsl:stylesheet>
 

Modified: lenya/trunk/src/webapp/lenya/pubs/default/modules/homepage/xslt/homepage2index.xsl
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/modules/homepage/xslt/homepage2index.xsl?rev=348760&r1=348759&r2=348760&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/modules/homepage/xslt/homepage2index.xsl (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/modules/homepage/xslt/homepage2index.xsl Thu Nov 24 08:00:49 2005
@@ -26,7 +26,7 @@
   exclude-result-prefixes="xhtml lucene lenya"
 >
 
-<xsl:import href="fallback://lenya/modules/lucene/xslt/xhtml2index.xsl"/>
+<xsl:import href="fallback://lenya/modules/xhtml/xslt/xhtml2index.xsl"/>
 
 </xsl:stylesheet>
 



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