crossley 02/05/07 01:06:44
Modified: src/documentation sitemap.xmap
Log:
Match ToDo documents in lower levels. The filenames need to be todo*.xml
Revision Changes Path
1.7 +3 -3 xml-cocoon2/src/documentation/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/sitemap.xmap,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sitemap.xmap 30 Apr 2002 13:50:30 -0000 1.6
+++ sitemap.xmap 7 May 2002 08:06:44 -0000 1.7
@@ -73,8 +73,8 @@
<map:serialize type="xml"/>
</map:match>
- <map:match pattern="body-todo.xml">
- <map:generate type="file-nolabel" src="xdocs/todo.xml"/>
+ <map:match pattern="body-**todo*.xml">
+ <map:generate type="file-nolabel" src="xdocs/{1}todo{2}.xml"/>
<map:transform src="stylesheets/todo2document.xsl" label="content"/>
<map:transform src="stylesheets/document2html.xsl"/>
<map:serialize/>
@@ -211,4 +211,4 @@
</map:pipeline>
</map:pipelines>
-</map:sitemap>
\ No newline at end of file
+</map:sitemap>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]