Author: diwaker
Date: Fri Nov 11 00:28:49 2005
New Revision: 332487

URL: http://svn.apache.org/viewcvs?rev=332487&view=rev
Log:
Towards closing FOR-697


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

Modified: forrest/trunk/main/webapp/locationmap-themer.xml
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/locationmap-themer.xml?rev=332487&r1=332486&r2=332487&view=diff
==============================================================================
--- forrest/trunk/main/webapp/locationmap-themer.xml (original)
+++ forrest/trunk/main/webapp/locationmap-themer.xml Fri Nov 11 00:28:49 2005
@@ -74,9 +74,15 @@
           to-xml should become xml 
           document2 should become document-to-
           after commiting -->
-        <location 
src="{project:skins-dir}{project:theme}/xslt/to-xml/document2{1}.xsl" />
-        <location 
src="{project:structurer}/resources/stylesheets/to-xml/document2{1}.xsl" />
-        <location 
src="{defaults:structurer}/resources/stylesheets/to-xml/document2{1}.xsl" />
+        <!--<location 
src="{project:skins-dir}{project:theme}/xslt/to-xml/document2{1}.xsl" />-->
+        <!--<location 
src="{project:structurer}/resources/stylesheets/to-xml/document2{1}.xsl" />-->
+        <!--<location 
src="{defaults:structurer}/resources/stylesheets/to-xml/document2{1}.xsl" />-->
+        <location
+          
src="{project:skins-dir}{project:theme}/xslt/xml/document-to-{1}.xsl" />
+        <location
+          
src="{project:structurer}/resources/stylesheets/xml/document-to-{1}.xsl" />
+        <location
+          
src="{defaults:structurer}/resources/stylesheets/xml/document-to-{1}.xsl" />
       </select>
     </match>
     <match pattern="dataModel-html-**.xsl">


Reply via email to