jefft 2003/06/01 21:43:46
Modified: src/resources/conf forrest.xmap sitemap.xmap
Log:
Move id-generation-from-titles out of the source generation pipeline.
Specifically, this lets one first aggregate multiple sources and then run idgen
once.
Revision Changes Path
1.16 +0 -1 xml-forrest/src/resources/conf/forrest.xmap
Index: forrest.xmap
===================================================================
RCS file: /home/cvs/xml-forrest/src/resources/conf/forrest.xmap,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- forrest.xmap 5 May 2003 13:13:04 -0000 1.15
+++ forrest.xmap 2 Jun 2003 04:43:46 -0000 1.16
@@ -131,7 +131,6 @@
<map:otherwise />
</map:select>
</map:act>
- <map:transform type="idgen" />
</map:resource>
</map:resources>
1.97 +1 -0 xml-forrest/src/resources/conf/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/xml-forrest/src/resources/conf/sitemap.xmap,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- sitemap.xmap 24 May 2003 07:26:20 -0000 1.96
+++ sitemap.xmap 2 Jun 2003 04:43:46 -0000 1.97
@@ -235,6 +235,7 @@
<!-- (HTML rendered from doc-v11 intermediate format -->
<map:match pattern="**body-*.xml">
<map:generate src="cocoon:/{1}{2}.xml"/>
+ <map:transform type="idgen"/>
<map:transform type="xinclude"/>
<map:transform type="linkrewriter" src="cocoon:/{1}linkmap">
<map:parameter name="link-attrs" value="href src"/>
|