You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/08/26 02:39:36 UTC

svn commit: r437044 - in /forrest/trunk/main/webapp/resources/stylesheets: directory-to-book.xsl generateId.xsl replaceCharsInString.xsl

Author: crossley
Date: Fri Aug 25 17:39:35 2006
New Revision: 437044

URL: http://svn.apache.org/viewvc?rev=437044&view=rev
Log:
Update filenames in text for the new *-to-*.xsl naming convention.
Issue: FOR-922

Modified:
    forrest/trunk/main/webapp/resources/stylesheets/directory-to-book.xsl
    forrest/trunk/main/webapp/resources/stylesheets/generateId.xsl
    forrest/trunk/main/webapp/resources/stylesheets/replaceCharsInString.xsl

Modified: forrest/trunk/main/webapp/resources/stylesheets/directory-to-book.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/resources/stylesheets/directory-to-book.xsl?rev=437044&r1=437043&r2=437044&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/stylesheets/directory-to-book.xsl (original)
+++ forrest/trunk/main/webapp/resources/stylesheets/directory-to-book.xsl Fri Aug 25 17:39:35 2006
@@ -33,7 +33,7 @@
     <map:parameter name="depth" value="5" />
     <map:parameter name="exclude" value="[.][^x[^m][^l]|~$|^my-images$" />
   </map:generate>
-  <map:transform src="resources/stylesheets/directory2book.xsl" />
+  <map:transform src="resources/stylesheets/directory-to-book.xsl" />
   <map:serialize type="xml"/>
 </map:match>
 
@@ -48,7 +48,7 @@
       <map:parameter name="xpath" value="/document/header/meta | 
 /document/header/title"/>
    </map:generate>
-   <map:transform src="resources/stylesheets/directory2book.xsl">
+   <map:transform src="resources/stylesheets/directory-to-book.xsl">
       <map:parameter name="sort-order" value="descending"/>
       <map:parameter name="sort-select" value="dir:xpath/meta[@name='date']"/>
    </map:transform>
@@ -118,7 +118,7 @@
         </xsl:if>
     </xsl:template>
 
-    <!-- override this to your needs. For example, see xpathdirectory2book.xsl -->
+    <!-- override this to your needs. For example, see xpathdirectory-to-book.xsl -->
     <xsl:template name="get-label">
         <xsl:param name="corename"/>
         <xsl:value-of select="translate($corename,'-_',' ')"/>

Modified: forrest/trunk/main/webapp/resources/stylesheets/generateId.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/resources/stylesheets/generateId.xsl?rev=437044&r1=437043&r2=437044&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/stylesheets/generateId.xsl (original)
+++ forrest/trunk/main/webapp/resources/stylesheets/generateId.xsl Fri Aug 25 17:39:35 2006
@@ -17,7 +17,7 @@
 -->
 <!--
 This stylesheet contains templates for converting documentv11 to HTML.  See the
-imported document2html.xsl for details.
+imported document-to-html.xsl for details.
 -->
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   <!-- Template that generates an id -->
@@ -43,4 +43,4 @@
       </xsl:otherwise>
     </xsl:choose>
   </xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>

Modified: forrest/trunk/main/webapp/resources/stylesheets/replaceCharsInString.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/resources/stylesheets/replaceCharsInString.xsl?rev=437044&r1=437043&r2=437044&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/stylesheets/replaceCharsInString.xsl (original)
+++ forrest/trunk/main/webapp/resources/stylesheets/replaceCharsInString.xsl Fri Aug 25 17:39:35 2006
@@ -17,7 +17,7 @@
 -->
 <!--
 This stylesheet contains templates for converting documentv11 to HTML.  See the
-imported document2html.xsl for details.
+imported document-to-html.xsl for details.
 -->
 
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">