vgritsenko 02/01/15 11:12:36
Modified: src/documentation sitemap.xmap
Log:
View content produces resources with the same structure (document.dtd)
Revision Changes Path
1.3 +8 -6 xml-cocoon2/src/documentation/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/sitemap.xmap,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sitemap.xmap 15 Jan 2002 05:09:51 -0000 1.2
+++ sitemap.xmap 15 Jan 2002 19:12:36 -0000 1.3
@@ -8,6 +8,8 @@
<map:generators default="file">
<map:generator name="file"
src="org.apache.cocoon.generation.FileGenerator" label="content"/>
+ <!-- FIXME: Change this once better view handling is implemented -->
+ <map:generator name="file-nolabel"
src="org.apache.cocoon.generation.FileGenerator"/>
</map:generators>
<map:transformers default="xslt">
@@ -72,22 +74,22 @@
</map:match>
<map:match pattern="body-todo.xml">
- <map:generate src="xdocs/todo.xml"/>
- <map:transform src="stylesheets/todo2document.xsl"/>
+ <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>
<map:match pattern="body-changes.xml">
- <map:generate src="xdocs/changes.xml"/>
- <map:transform src="stylesheets/changes2document.xsl"/>
+ <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>
<map:match pattern="body-faq.xml">
- <map:generate src="xdocs/faq.xml"/>
- <map:transform src="stylesheets/faq2document.xsl"/>
+ <map:generate type="file-nolabel" src="xdocs/faq.xml"/>
+ <map:transform src="stylesheets/faq2document.xsl" label="content"/>
<map:transform src="stylesheets/document2html.xsl"/>
<map:serialize/>
</map:match>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]