jefft 2003/06/09 04:58:42
Modified: src/resources/conf faq.xmap
Log:
Fix FAQ to use new body-* matcher convention
Revision Changes Path
1.11 +3 -3 xml-forrest/src/resources/conf/faq.xmap
Index: faq.xmap
===================================================================
RCS file: /home/cvs/xml-forrest/src/resources/conf/faq.xmap,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- faq.xmap 2 Jun 2003 05:06:35 -0000 1.10
+++ faq.xmap 9 Jun 2003 11:58:42 -0000 1.11
@@ -81,15 +81,15 @@
<!--Unfortunately we need to override all the document2html stuff too,
since notoc must be set to true. -->
- <map:match pattern="**body-*.xml">
+ <map:match pattern="**body-*.html">
<map:generate src="cocoon:/{1}{2}.xml"/>
<map:transform type="xinclude"/>
- <map:transform type="linkrewriter" src="cocoon:/{1}linkmap">
+ <map:transform type="linkrewriter" src="cocoon://{1}linkmap-{2}.html">
<map:parameter name="schemes" value="site ext"/>
</map:transform>
<map:call resource="skinit">
<map:parameter name="type" value="document2html"/>
- <map:parameter name="path" value="/{1}{2}.xml"/>
+ <map:parameter name="path" value="/{1}{2}.html"/>
<map:parameter name="notoc" value="true"/>
</map:call>
</map:match>
|