stephan 2003/04/30 02:24:02
Modified: . status.xml
src/blocks/profiler/samples sitemap.xmap
src/webapp/samples/hello-world sitemap.xmap
src/webapp/samples/stream sitemap.xmap
Log:
Applying patch from bug 19461, thanks to Andreas Kuckartz.
Revision Changes Path
1.10 +0 -5 cocoon-2.1/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/status.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- status.xml 30 Apr 2003 01:50:01 -0000 1.9
+++ status.xml 30 Apr 2003 09:24:02 -0000 1.10
@@ -198,11 +198,6 @@
<action context="code" assigned-to="SMS">
You can't upload a file within the Slide block.
</action>
-
- <action context="code">
- The 'B2B' example doesn't work (samples/stream/order).
- </action>
-
</actions>
</todo>
1.5 +1 -1 cocoon-2.1/src/blocks/profiler/samples/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/blocks/profiler/samples/sitemap.xmap,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sitemap.xmap 28 Apr 2003 07:17:22 -0000 1.4
+++ sitemap.xmap 30 Apr 2003 09:24:02 -0000 1.5
@@ -21,7 +21,7 @@
</map:view>
<map:view name="pretty-content" from-label="data">
- <map:transform src="context://stylesheets/system/xml2html.xsl"/>
+ <map:transform src="context://stylesheets/system/xml2html.xslt"/>
<map:serialize type="html"/>
</map:view>
1.4 +1 -1 cocoon-2.1/src/webapp/samples/hello-world/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/hello-world/sitemap.xmap,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sitemap.xmap 27 Mar 2003 14:10:25 -0000 1.3
+++ sitemap.xmap 30 Apr 2003 09:24:02 -0000 1.4
@@ -38,7 +38,7 @@
</map:match>
<map:match pattern="hello.vml">
- <map:generate src="content/xml/hello-page.xml"/>
+ <map:generate src="content/hello-page.xml"/>
<map:transform src="style/xsl/page2vml.xsl"/>
<map:serialize type="xml"/>
</map:match>
1.2 +2 -2 cocoon-2.1/src/webapp/samples/stream/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/stream/sitemap.xmap,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sitemap.xmap 27 Mar 2003 17:55:47 -0000 1.1
+++ sitemap.xmap 30 Apr 2003 09:24:02 -0000 1.2
@@ -30,7 +30,7 @@
<map:pipeline>
<map:match pattern="order">
- <map:generate src="stream/OrderPage.xml"/>
+ <map:generate src="OrderPage.xml"/>
<map:transform
src="context://samples/stylesheets/dynamic-page2html.xsl">
<map:parameter name="servletPath" value="{request:servletPath}"/>
<map:parameter name="sitemapURI" value="{request:sitemapURI}"/>