crossley 02/05/19 01:41:01
Modified: src/documentation Tag: cocoon_2_0_3_branch sitemap.xmap
Log:
Match ToDo and Changes documents in lower levels.
The filenames need to be changes-*.xml and todo-*.xml
Revision Changes Path
No revision
No revision
1.3.2.2 +16 -0 xml-cocoon2/src/documentation/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/sitemap.xmap,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -r1.3.2.1 -r1.3.2.2
--- sitemap.xmap 19 May 2002 08:16:24 -0000 1.3.2.1
+++ sitemap.xmap 19 May 2002 08:41:01 -0000 1.3.2.2
@@ -73,15 +73,31 @@
<map:serialize type="xml"/>
</map:match>
+ <!-- the main ToDo doc -->
<map:match pattern="body-todo.xml">
<map:generate type="file-nolabel" src="xdocs/todo.xml"/>
<map:transform src="stylesheets/todo2document.xsl" label="content"/>
<map:transform src="stylesheets/document2html.xsl"/>
<map:serialize/>
</map:match>
+ <!-- other ToDo docs -->
+ <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/>
+ </map:match>
+ <!-- the main Changes doc -->
<map:match pattern="body-changes.xml">
<map:generate type="file-nolabel" src="xdocs/changes.xml"/>
+ <map:transform src="stylesheets/changes2document.xsl" label="content"/>
+ <map:transform src="stylesheets/document2html.xsl"/>
+ <map:serialize/>
+ </map:match>
+ <!-- other Changes docs -->
+ <map:match pattern="body-**/changes-*.xml">
+ <map:generate type="file-nolabel" src="xdocs/{1}/changes-{2}.xml"/>
<map:transform src="stylesheets/changes2document.xsl" label="content"/>
<map:transform src="stylesheets/document2html.xsl"/>
<map:serialize/>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]