Author: rgardler
Date: Tue Jan  3 18:00:06 2006
New Revision: 365796

URL: http://svn.apache.org/viewcvs?rev=365796&view=rev
Log:
default to common skin for XSLs

Modified:
    forrest/trunk/main/webapp/locationmap-transforms.xml

Modified: forrest/trunk/main/webapp/locationmap-transforms.xml
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/locationmap-transforms.xml?rev=365796&r1=365795&r2=365796&view=diff
==============================================================================
--- forrest/trunk/main/webapp/locationmap-transforms.xml (original)
+++ forrest/trunk/main/webapp/locationmap-transforms.xml Tue Jan  3 18:00:06 
2006
@@ -34,6 +34,10 @@
   
   <locator>
     
+    <!-- ================================== -->
+    <!-- skin transforms                    -->
+    <!-- ================================== -->
+    
     <match pattern="transform.*.fo">
       <select>
         <location 
src="{project:skins-dir}{forrest:skin}/xslt/fo/{1}-to-fo.xsl" />
@@ -42,11 +46,11 @@
       </select>
     </match>
     
-    <!-- skins                              -->
     <match pattern="transform.xdoc.html">
       <select>
         <location 
src="{project:skins-dir}{forrest:skin}/xslt/html/document-to-html.xsl" />
         <location 
src="{forrest:context}/skins/{forrest:skin}/xslt/html/document-to-html.xsl"/>
+        <location 
src="{forrest:context}/skins/common/xslt/html/document-to-html.xsl"/>
       </select>
     </match>
     
@@ -141,6 +145,7 @@
         <location 
src="{project:skins-dir}{forrest:skin}/xslt/html/{1}-to-{2}.xsl" />
         <location
           
src="{forrest:context}/skins/{forrest:skin}/xslt/html/{1}-to-{2}.xsl"/>
+        <location 
src="{forrest:context}/skins/common/xslt/html/{1}-to-{2}.xsl"/>
         <location src="{forrest:stylesheets}/{1}-to-{2}.xsl"/>
       </select>
     </match>


Reply via email to