joerg 2003/09/30 10:05:57
Modified: src/blocks/batik/samples sitemap.xmap
Log:
fixing hello-world samples
Revision Changes Path
1.7 +3 -3 cocoon-2.1/src/blocks/batik/samples/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/blocks/batik/samples/sitemap.xmap,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sitemap.xmap 7 Sep 2003 06:13:39 -0000 1.6
+++ sitemap.xmap 30 Sep 2003 17:05:57 -0000 1.7
@@ -59,12 +59,12 @@
<!-- ========================== batik ================================
-->
<map:match pattern="hello.jpeg">
- <map:generate src="context://samples/hello-world/hello.svg"/>
+ <map:generate src="cocoon://samples/hello-world/hello.svg"/>
<map:serialize type="svg2jpeg"/>
</map:match>
<map:match pattern="hello.png">
- <map:generate src="context://samples/hello-world/hello.svg"/>
+ <map:generate src="cocoon://samples/hello-world/hello.svg"/>
<map:serialize type="svg2png"/>
</map:match>