nicolaken 2004/01/18 15:17:52
Modified: src/core/context resources.xmap
Log:
Ok, so this is the right ordering.
Revision Changes Path
1.11 +6 -6 xml-forrest/src/core/context/resources.xmap
Index: resources.xmap
===================================================================
RCS file: /home/cvs/xml-forrest/src/core/context/resources.xmap,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- resources.xmap 18 Jan 2004 23:14:55 -0000 1.10
+++ resources.xmap 18 Jan 2004 23:17:51 -0000 1.11
@@ -173,17 +173,17 @@
<map:pipeline internal-only="true">
<map:match pattern="skinconf">
<map:generate src="{project:skinconf}" />
- <map:transform src="{forrest:home}context/skins/common/skinconf.xsl"/>
<map:select type="exists">
- <map:when test="{forrest:home}context/skins/{forrest:skin}/skinconf.xsl">
- <map:transform src="{forrest:home}context/skins/common/skinconf.xsl"/>
+ <map:when test="{project:skins-dir}{forrest:skin}/skinconf.xsl">
+ <map:transform src="{project:skins-dir}{forrest:skin}/skinconf.xsl"/>
</map:when>
</map:select>
<map:select type="exists">
- <map:when test="{project:skins-dir}{forrest:skin}/skinconf.xsl">
- <map:transform src="{project:skins-dir}{forrest:skin}/skinconf.xsl"/>
+ <map:when test="{forrest:home}context/skins/{forrest:skin}/skinconf.xsl">
+ <map:transform src="{forrest:home}context/skins/common/skinconf.xsl"/>
</map:when>
</map:select>
+ <map:transform src="{forrest:home}context/skins/common/skinconf.xsl"/>
<map:serialize type="xml" />
</map:match>
</map:pipeline>
|