Author: cdupoirieux
Date: Wed Oct 11 05:46:42 2006
New Revision: 462790

URL: http://svn.apache.org/viewvc?view=rev&rev=462790
Log:
Fix the stylesheet naming rule <format>-to-<format>

Modified:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/stylesheets/prepare.xhtml.xsl

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/stylesheets/prepare.xhtml.xsl
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/stylesheets/prepare.xhtml.xsl?view=diff&rev=462790&r1=462789&r2=462790
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/stylesheets/prepare.xhtml.xsl
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/stylesheets/prepare.xhtml.xsl
 Wed Oct 11 05:46:42 2006
@@ -32,7 +32,7 @@
     <xsl:template match="/">
        <!--Create the final stylesheet (alias:)-->
         <alias:stylesheet version="1.0">
-            <alias:import 
href="file:{$forrestContext}/skins/common/xslt/html/site2xhtml.xsl"/> 
+            <alias:import 
href="file:{$forrestContext}/skins/common/xslt/html/site-to-xhtml.xsl"/> 
             <alias:import 
href="file:{$forrestContext}/skins/common/xslt/html/dotdots.xsl"/>
             <alias:import 
href="file:{$forrestContext}/skins/common/xslt/html/pathutils.xsl"/>
             <alias:import 
href="file:{$forrestContext}/skins/common/xslt/html/renderlogo.xsl"/>