stephan 2003/03/10 02:23:36
Modified: src/webapp/samples samples.xml sitemap.xmap
Removed: src/webapp/samples/common/style/xsl/html profile2html.xsl
src/webapp/samples/stylesheets/system profile2html.xsl
Log:
Some corrections for the samples.
Revision Changes Path
1.2 +1 -1 cocoon-2.1/src/webapp/samples/samples.xml
Index: samples.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/samples.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- samples.xml 9 Mar 2003 00:10:49 -0000 1.1
+++ samples.xml 10 Mar 2003 10:23:36 -0000 1.2
@@ -18,7 +18,7 @@
<sample name="Input Modules" href="modules/">
This example shows the usage of Input Modules in sitemap attribute expressions.
</sample>
- <sample name="Error Page" href="system/generror.html">
+ <sample name="Error Page" href="generror.html">
This example shows what happens if an error is triggered in the pipeline.
</sample>
</group>
1.2 +4 -4 cocoon-2.1/src/webapp/samples/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/sitemap.xmap,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sitemap.xmap 9 Mar 2003 00:10:49 -0000 1.1
+++ sitemap.xmap 10 Mar 2003 10:23:36 -0000 1.2
@@ -544,7 +544,7 @@
<map:serialize type="xml"/>
</map:match>
- <map:match pattern="generror">
+ <map:match pattern="generror.html">
<map:generate src="docs/samples/error-giving-page.xml"/>
<map:transform
src="context://samples/common/style/xsl/html/simple-samples2html.xsl">
<map:parameter name="contextPath" value="{request:contextPath}"/>
@@ -554,14 +554,14 @@
<map:match pattern="status">
<map:generate src="status" type="status"/>
- <map:transform src="welcome/status2html.xsl"/>
+ <map:transform src="stylesheets/system/status2html.xsl"/>
<map:serialize/>
</map:match>
<map:match pattern="clearcache">
<map:act type="clear-cache">
<map:generate src="status" type="status"/>
- <map:transform src="welcome/status2html.xsl"/>
+ <map:transform src="stylesheets/system/status2html.xsl"/>
<map:serialize/>
</map:act>
</map:match>
@@ -569,7 +569,7 @@
<map:match pattern="clearpersistentstore">
<map:act type="clear-persistent-store">
<map:generate src="status" type="status"/>
- <map:transform src="welcome/status2html.xsl"/>
+ <map:transform src="stylesheets/system/status2html.xsl"/>
<map:serialize/>
</map:act>
</map:match>