antonio 2004/05/23 00:17:29
Modified: src/blocks/batik/samples samples.xml sitemap.xmap
Log:
Fixing Batik sample hello.svg
Revision Changes Path
1.9 +2 -2 cocoon-2.1/src/blocks/batik/samples/samples.xml
Index: samples.xml
===================================================================
RCS file: /home/cvs//cocoon-2.1/src/blocks/batik/samples/samples.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- samples.xml 5 Apr 2004 12:25:30 -0000 1.8
+++ samples.xml 23 May 2004 07:17:29 -0000 1.9
@@ -25,7 +25,7 @@
</group>
<group name="Hello World!">
- <sample name="SVG" href="../hello-world/hello.svg">
+ <sample name="SVG" href="hello.svg">
SVG from the main samples
</sample>
<sample name="JPG" href="hello.jpeg">
1.9 +6 -1 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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sitemap.xmap 6 Mar 2004 02:25:32 -0000 1.8
+++ sitemap.xmap 23 May 2004 07:17:29 -0000 1.9
@@ -82,6 +82,11 @@
<map:generate src="cocoon://samples/hello-world/hello.svg"/>
<map:serialize type="svg2png"/>
</map:match>
+
+ <map:match pattern="hello.svg">
+ <map:generate src="cocoon://samples/hello-world/hello.svg"/>
+ <map:serialize type="svgxml"/>
+ </map:match>
<map:match pattern="*.svg">
<map:generate src="{1}.svg"/>